Html Css Color HEX #FCF42F Gorse

📋 copy color: '#FCF42F'

red 252 ◦ green 244 ◦ blue 47

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

Shades of Gorse #FCF42F

Tints of Gorse #FCF42F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.94%

 BLUE value IS 47 (18.75% from 255) = 8.66%

R = 46.41%
G = 44.94%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCF42F (or 0xFCF42F) is known color: Gorse. HEX triplet: FC, F4 and 2F. RGB value is (252,244,47). Sum of RGB (Red+Green+Blue) = 252+244+47=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 47 (18.75% from 255 or 8.66% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF42F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF42F is #030BD0. Grayscale: #E0E0E0. Windows color (decimal): -199633 or 3142908. OLE color: 3142908.

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

Color convert

RGB 252 244 47 -
CMYK 0 0.03 0.81 0.01
HSL 57.66º 0.97% 0.59% -
HSV(B) 57.66º 0.81% 0.99% -
XYZ 73.01 85.6 15.36 -
YUV 223.93 28.15 148.02 -
System Red Green Blue C M Y K H S L
Decimal 252 244 47 0 0.03 0.81 0.01 57.66 0.97 0.59
Hex FC F4 2F 0 3 51 1 3A 61 3B
Octal 374 364 57 0 3 121 1 72 141 73
Binary 11111100 11110100 101111 0 11 1010001 1 111010 1100001 111011

Color Harmonies of #FCF42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF42F

Black with #FCF42F

Text Example


Text Example

White with #FCF42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF42F; }

 p { color: rgb(252,244,47); }

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

background-color css

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

 a { background-color: rgb(252,244,47); }

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

border-color css

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

 span { border-color: rgb(252,244,47); }

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