Html Css Color HEX #FCF02A Gorse

📋 copy color: '#FCF02A'

red 252 ◦ green 240 ◦ blue 42

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

Shades of Gorse #FCF02A

Tints of Gorse #FCF02A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.94%

 BLUE value IS 42 (16.8% from 255) = 7.87%

R = 47.19%
G = 44.94%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCF02A (or 0xFCF02A) is known color: Gorse. HEX triplet: FC, F0 and 2A. RGB value is (252,240,42). Sum of RGB (Red+Green+Blue) = 252+240+42=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 42 (16.80% from 255 or 7.87% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF02A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF02A is #030FD5. Grayscale: #DDDDDD. Windows color (decimal): -200662 or 2814204. OLE color: 2814204.

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

Color convert

RGB 252 240 42 -
CMYK 0 0.05 0.83 0.01
HSL 56.57º 0.97% 0.58% -
HSV(B) 56.57º 0.83% 0.99% -
XYZ 71.72 83.18 14.47 -
YUV 221.02 26.98 150.1 -
System Red Green Blue C M Y K H S L
Decimal 252 240 42 0 0.05 0.83 0.01 56.57 0.97 0.58
Hex FC F0 2A 0 5 53 1 39 61 3A
Octal 374 360 52 0 5 123 1 71 141 72
Binary 11111100 11110000 101010 0 101 1010011 1 111001 1100001 111010

Color Harmonies of #FCF02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF02A

Black with #FCF02A

Text Example


Text Example

White with #FCF02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF02A; }

 p { color: rgb(252,240,42); }

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

background-color css

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

 a { background-color: rgb(252,240,42); }

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

border-color css

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

 span { border-color: rgb(252,240,42); }

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