Html Css Color HEX #FCEF32 Gorse

📋 copy color: '#FCEF32'

red 252 ◦ green 239 ◦ blue 50

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

Shades of Gorse #FCEF32

Tints of Gorse #FCEF32

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.18%

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

R = 46.58%
G = 44.18%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCEF32 (or 0xFCEF32) is known color: Gorse. HEX triplet: FC, EF and 32. RGB value is (252,239,50). Sum of RGB (Red+Green+Blue) = 252+239+50=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 50 (19.92% from 255 or 9.24% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEF32 is #0310CD. Grayscale: #DEDEDE. Windows color (decimal): -200910 or 3338236. OLE color: 3338236.

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

Color convert

RGB 252 239 50 -
CMYK 0 0.05 0.80 0.01
HSL 56.14º 0.97% 0.59% -
HSV(B) 56.14º 0.8% 0.99% -
XYZ 71.59 82.66 15.2 -
YUV 221.34 31.31 149.87 -
System Red Green Blue C M Y K H S L
Decimal 252 239 50 0 0.05 0.80 0.01 56.14 0.97 0.59
Hex FC EF 32 0 5 50 1 38 61 3B
Octal 374 357 62 0 5 120 1 70 141 73
Binary 11111100 11101111 110010 0 101 1010000 1 111000 1100001 111011

Color Harmonies of #FCEF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF32

Black with #FCEF32

Text Example


Text Example

White with #FCEF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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