Html Css Color HEX #FCF928 Gorse

📋 copy color: '#FCF928'

red 252 ◦ green 249 ◦ blue 40

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

Shades of Gorse #FCF928

Tints of Gorse #FCF928

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.03%

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

R = 46.58%
G = 46.03%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCF928 (or 0xFCF928) is known color: Gorse. HEX triplet: FC, F9 and 28. RGB value is (252,249,40). Sum of RGB (Red+Green+Blue) = 252+249+40=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 40 (16.02% from 255 or 7.39% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF928 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF928 is #0306D7. Grayscale: #E2E2E2. Windows color (decimal): -198360 or 2685436. OLE color: 2685436.

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

Color convert

RGB 252 249 40 -
CMYK 0 0.01 0.84 0.01
HSL 59.15º 0.97% 0.57% -
HSV(B) 59.15º 0.84% 0.99% -
XYZ 74.4 88.6 15.19 -
YUV 226.07 22.99 146.49 -
System Red Green Blue C M Y K H S L
Decimal 252 249 40 0 0.01 0.84 0.01 59.15 0.97 0.57
Hex FC F9 28 0 1 54 1 3B 61 39
Octal 374 371 50 0 1 124 1 73 141 71
Binary 11111100 11111001 101000 0 1 1010100 1 111011 1100001 111001

Color Harmonies of #FCF928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF928

Black with #FCF928

Text Example


Text Example

White with #FCF928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF928; }

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

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

background-color css

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

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

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

border-color css

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

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

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