Html Css Color HEX #FDFC2F Gorse

📋 copy color: '#FDFC2F'

red 253 ◦ green 252 ◦ blue 47

#FDFC2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gorse #FDFC2F

Tints of Gorse #FDFC2F

RGB

 RED value IS 253 (99.22% from 255) = 45.83%

 GREEN value IS 252 (98.83% from 255) = 45.65%

 BLUE value IS 47 (18.75% from 255) = 8.51%

R = 45.83%
G = 45.65%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.81

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDFC2F (or 0xFDFC2F) is known color: Gorse. HEX triplet: FD, FC and 2F. RGB value is (253,252,47). Sum of RGB (Red+Green+Blue) = 253+252+47=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 47 (18.75% from 255 or 8.51% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC2F is #0203D0. Grayscale: #E5E5E5. Windows color (decimal): -132049 or 3144957. OLE color: 3144957.

HSL color Cylindrical-coordinate representation of color #FDFC2F: hue angle of 59.71º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDFC2F is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 252 47 -
CMYK 0 0.00 0.81 0.01
HSL 59.71º 0.98% 0.59% -
HSV(B) 59.71º 0.81% 0.99% -
XYZ 75.83 90.71 16.2 -
YUV 228.93 25.33 145.17 -
System Red Green Blue C M Y K H S L
Decimal 253 252 47 0 0.00 0.81 0.01 59.71 0.98 0.59
Hex FD FC 2F 0 0 51 1 3C 62 3B
Octal 375 374 57 0 0 121 1 74 142 73
Binary 11111101 11111100 101111 0 0 1010001 1 111100 1100010 111011

Color Harmonies of #FDFC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC2F

Black with #FDFC2F

Text Example


Text Example

White with #FDFC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC2F; }

 p { color: rgb(253,252,47); }

 H1.HeaderClassName
 {
   color: #FDFC2F;
 }
 .AnyTagClassName
 {
   color: #FDFC2F;
 }
</style>

background-color css

<style>
 a { background-color: #FDFC2F; }

 a { background-color: rgb(253,252,47); }

 div.DivClassName
 {
   background-color: #FDFC2F;
 }
 .BgClassName
 {
   background-color: #FDFC2F;
 }
</style>

border-color css

<style>
 span { border-color: #FDFC2F; }

 span { border-color: rgb(253,252,47); }

 td.TdClassName
 {
   border-color: #FDFC2F;
 }
 .TagClassName
 {
   border-color: #FDFC2F;
 }
</style>