Html Css Color HEX #FCF72A Gorse

📋 copy color: '#FCF72A'

red 252 ◦ green 247 ◦ blue 42

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

Shades of Gorse #FCF72A

Tints of Gorse #FCF72A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.66%

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

R = 46.58%
G = 45.66%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCF72A (or 0xFCF72A) is known color: Gorse. HEX triplet: FC, F7 and 2A. RGB value is (252,247,42). Sum of RGB (Red+Green+Blue) = 252+247+42=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 42 (16.80% from 255 or 7.76% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF72A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF72A is #0308D5. Grayscale: #E1E1E1. Windows color (decimal): -198870 or 2815996. OLE color: 2815996.

HSL color Cylindrical-coordinate representation of color #FCF72A: hue angle of 58.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 #FCF72A is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 247 42 -
CMYK 0 0.02 0.83 0.01
HSL 58.57º 0.97% 0.58% -
HSV(B) 58.57º 0.83% 0.99% -
XYZ 73.82 87.38 15.17 -
YUV 225.13 24.66 147.17 -
System Red Green Blue C M Y K H S L
Decimal 252 247 42 0 0.02 0.83 0.01 58.57 0.97 0.58
Hex FC F7 2A 0 2 53 1 3B 61 3A
Octal 374 367 52 0 2 123 1 73 141 72
Binary 11111100 11110111 101010 0 10 1010011 1 111011 1100001 111010

Color Harmonies of #FCF72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF72A

Black with #FCF72A

Text Example


Text Example

White with #FCF72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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