Html Css Color HEX #FCF028 Gorse

📋 copy color: '#FCF028'

red 252 ◦ green 240 ◦ blue 40

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

Shades of Gorse #FCF028

Tints of Gorse #FCF028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.52%

R = 47.37%
G = 45.11%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCF028 (or 0xFCF028) is known color: Gorse. HEX triplet: FC, F0 and 28. RGB value is (252,240,40). Sum of RGB (Red+Green+Blue) = 252+240+40=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 40 (16.02% from 255 or 7.52% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF028 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF028 is #030FD7. Grayscale: #DDDDDD. Windows color (decimal): -200664 or 2683132. OLE color: 2683132.

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

Color convert

RGB 252 240 40 -
CMYK 0 0.05 0.84 0.01
HSL 56.6º 0.97% 0.57% -
HSV(B) 56.6º 0.84% 0.99% -
XYZ 71.69 83.17 14.28 -
YUV 220.79 25.98 150.26 -
System Red Green Blue C M Y K H S L
Decimal 252 240 40 0 0.05 0.84 0.01 56.6 0.97 0.57
Hex FC F0 28 0 5 54 1 39 61 39
Octal 374 360 50 0 5 124 1 71 141 71
Binary 11111100 11110000 101000 0 101 1010100 1 111001 1100001 111001

Color Harmonies of #FCF028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF028

Black with #FCF028

Text Example


Text Example

White with #FCF028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF028; }

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

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

background-color css

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

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

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

border-color css

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

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

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