Html Css Color HEX #FCF728 Gorse

📋 copy color: '#FCF728'

red 252 ◦ green 247 ◦ blue 40

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

Shades of Gorse #FCF728

Tints of Gorse #FCF728

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.83%

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

R = 46.75%
G = 45.83%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCF728 (or 0xFCF728) is known color: Gorse. HEX triplet: FC, F7 and 28. RGB value is (252,247,40). Sum of RGB (Red+Green+Blue) = 252+247+40=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 40 (16.02% from 255 or 7.42% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF728 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF728 is #0308D7. Grayscale: #E1E1E1. Windows color (decimal): -198872 or 2684924. OLE color: 2684924.

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

Color convert

RGB 252 247 40 -
CMYK 0 0.02 0.84 0.01
HSL 58.58º 0.97% 0.57% -
HSV(B) 58.58º 0.84% 0.99% -
XYZ 73.79 87.37 14.98 -
YUV 224.9 23.66 147.33 -
System Red Green Blue C M Y K H S L
Decimal 252 247 40 0 0.02 0.84 0.01 58.58 0.97 0.57
Hex FC F7 28 0 2 54 1 3B 61 39
Octal 374 367 50 0 2 124 1 73 141 71
Binary 11111100 11110111 101000 0 10 1010100 1 111011 1100001 111001

Color Harmonies of #FCF728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF728

Black with #FCF728

Text Example


Text Example

White with #FCF728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF728; }

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

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

background-color css

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

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

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

border-color css

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

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

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