Html Css Color HEX #FCF132 Gorse

📋 copy color: '#FCF132'

red 252 ◦ green 241 ◦ blue 50

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

Shades of Gorse #FCF132

Tints of Gorse #FCF132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.21%

R = 46.41%
G = 44.38%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCF132 (or 0xFCF132) is known color: Gorse. HEX triplet: FC, F1 and 32. RGB value is (252,241,50). Sum of RGB (Red+Green+Blue) = 252+241+50=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 50 (19.92% from 255 or 9.21% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF132 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF132 is #030ECD. Grayscale: #DFDFDF. Windows color (decimal): -200398 or 3338748. OLE color: 3338748.

HSL color Cylindrical-coordinate representation of color #FCF132: hue angle of 56.73º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCF132 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 241 50 -
CMYK 0 0.04 0.80 0.01
HSL 56.73º 0.97% 0.59% -
HSV(B) 56.73º 0.8% 0.99% -
XYZ 72.18 83.84 15.4 -
YUV 222.52 30.64 149.03 -
System Red Green Blue C M Y K H S L
Decimal 252 241 50 0 0.04 0.80 0.01 56.73 0.97 0.59
Hex FC F1 32 0 4 50 1 39 61 3B
Octal 374 361 62 0 4 120 1 71 141 73
Binary 11111100 11110001 110010 0 100 1010000 1 111001 1100001 111011

Color Harmonies of #FCF132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF132

Black with #FCF132

Text Example


Text Example

White with #FCF132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF132; }

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

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

background-color css

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

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

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

border-color css

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

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

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