Html Css Color HEX #FCF128 Gorse

📋 copy color: '#FCF128'

red 252 ◦ green 241 ◦ blue 40

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

Shades of Gorse #FCF128

Tints of Gorse #FCF128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.22%

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

R = 47.28%
G = 45.22%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCF128 (or 0xFCF128) is known color: Gorse. HEX triplet: FC, F1 and 28. RGB value is (252,241,40). Sum of RGB (Red+Green+Blue) = 252+241+40=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 40 (16.02% from 255 or 7.50% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF128 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF128 is #030ED7. Grayscale: #DEDEDE. Windows color (decimal): -200408 or 2683388. OLE color: 2683388.

HSL color Cylindrical-coordinate representation of color #FCF128: hue angle of 56.89º 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 #FCF128 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 241 40 -
CMYK 0 0.04 0.84 0.01
HSL 56.89º 0.97% 0.57% -
HSV(B) 56.89º 0.84% 0.99% -
XYZ 71.98 83.76 14.38 -
YUV 221.38 25.64 149.84 -
System Red Green Blue C M Y K H S L
Decimal 252 241 40 0 0.04 0.84 0.01 56.89 0.97 0.57
Hex FC F1 28 0 4 54 1 39 61 39
Octal 374 361 50 0 4 124 1 71 141 71
Binary 11111100 11110001 101000 0 100 1010100 1 111001 1100001 111001

Color Harmonies of #FCF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF128

Black with #FCF128

Text Example


Text Example

White with #FCF128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF128; }

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

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

background-color css

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

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

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

border-color css

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

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

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