Html Css Color HEX #FCF02D Gorse

📋 copy color: '#FCF02D'

red 252 ◦ green 240 ◦ blue 45

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

Shades of Gorse #FCF02D

Tints of Gorse #FCF02D

RGB

 RED value IS 252 (98.83% from 255) = 46.93%

 GREEN value IS 240 (94.14% from 255) = 44.69%

 BLUE value IS 45 (17.97% from 255) = 8.38%

R = 46.93%
G = 44.69%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCF02D (or 0xFCF02D) is known color: Gorse. HEX triplet: FC, F0 and 2D. RGB value is (252,240,45). Sum of RGB (Red+Green+Blue) = 252+240+45=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 45 (17.97% from 255 or 8.38% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF02D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF02D is #030FD2. Grayscale: #DEDEDE. Windows color (decimal): -200659 or 3010812. OLE color: 3010812.

HSL color Cylindrical-coordinate representation of color #FCF02D: hue angle of 56.52º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCF02D is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 240 45 -
CMYK 0 0.05 0.82 0.01
HSL 56.52º 0.97% 0.58% -
HSV(B) 56.52º 0.82% 0.99% -
XYZ 71.78 83.21 14.76 -
YUV 221.36 28.48 149.86 -
System Red Green Blue C M Y K H S L
Decimal 252 240 45 0 0.05 0.82 0.01 56.52 0.97 0.58
Hex FC F0 2D 0 5 52 1 39 61 3A
Octal 374 360 55 0 5 122 1 71 141 72
Binary 11111100 11110000 101101 0 101 1010010 1 111001 1100001 111010

Color Harmonies of #FCF02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF02D

Black with #FCF02D

Text Example


Text Example

White with #FCF02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF02D; }

 p { color: rgb(252,240,45); }

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

background-color css

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

 a { background-color: rgb(252,240,45); }

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

border-color css

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

 span { border-color: rgb(252,240,45); }

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