Html Css Color HEX #FCF234 Gorse

📋 copy color: '#FCF234'

red 252 ◦ green 242 ◦ blue 52

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

Shades of Gorse #FCF234

Tints of Gorse #FCF234

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.32%

 BLUE value IS 52 (20.7% from 255) = 9.52%

R = 46.15%
G = 44.32%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCF234 (or 0xFCF234) is known color: Gorse. HEX triplet: FC, F2 and 34. RGB value is (252,242,52). Sum of RGB (Red+Green+Blue) = 252+242+52=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 52 (20.70% from 255 or 9.52% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF234 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF234 is #030DCB. Grayscale: #E0E0E0. Windows color (decimal): -200140 or 3470076. OLE color: 3470076.

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

Color convert

RGB 252 242 52 -
CMYK 0 0.04 0.79 0.01
HSL 57º 0.97% 0.6% -
HSV(B) 57º 0.79% 0.99% -
XYZ 72.52 84.45 15.73 -
YUV 223.33 31.31 148.45 -
System Red Green Blue C M Y K H S L
Decimal 252 242 52 0 0.04 0.79 0.01 57 0.97 0.6
Hex FC F2 34 0 4 4F 1 39 61 3C
Octal 374 362 64 0 4 117 1 71 141 74
Binary 11111100 11110010 110100 0 100 1001111 1 111001 1100001 111100

Color Harmonies of #FCF234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF234

Black with #FCF234

Text Example


Text Example

White with #FCF234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF234; }

 p { color: rgb(252,242,52); }

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

background-color css

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

 a { background-color: rgb(252,242,52); }

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

border-color css

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

 span { border-color: rgb(252,242,52); }

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