Html Css Color HEX #FCF628 Gorse

📋 copy color: '#FCF628'

red 252 ◦ green 246 ◦ blue 40

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

Shades of Gorse #FCF628

Tints of Gorse #FCF628

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.72%

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

R = 46.84%
G = 45.72%
B = 7.43%

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

#FCF628 (or 0xFCF628) is known color: Gorse. HEX triplet: FC, F6 and 28. RGB value is (252,246,40). Sum of RGB (Red+Green+Blue) = 252+246+40=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 40 (16.02% from 255 or 7.43% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF628 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF628 is #0309D7. Grayscale: #E1E1E1. Windows color (decimal): -199128 or 2684668. OLE color: 2684668.

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

Color convert

RGB 252 246 40 -
CMYK 0 0.02 0.84 0.01
HSL 58.3º 0.97% 0.57% -
HSV(B) 58.3º 0.84% 0.99% -
XYZ 73.48 86.76 14.88 -
YUV 224.31 23.99 147.75 -
System Red Green Blue C M Y K H S L
Decimal 252 246 40 0 0.02 0.84 0.01 58.3 0.97 0.57
Hex FC F6 28 0 2 54 1 3A 61 39
Octal 374 366 50 0 2 124 1 72 141 71
Binary 11111100 11110110 101000 0 10 1010100 1 111010 1100001 111001

Color Harmonies of #FCF628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF628

Black with #FCF628

Text Example


Text Example

White with #FCF628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF628; }

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

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

background-color css

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

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

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

border-color css

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

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

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