Html Css Color HEX #FCF12A Gorse

📋 copy color: '#FCF12A'

red 252 ◦ green 241 ◦ blue 42

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

Shades of Gorse #FCF12A

Tints of Gorse #FCF12A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.05%

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

R = 47.1%
G = 45.05%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCF12A (or 0xFCF12A) is known color: Gorse. HEX triplet: FC, F1 and 2A. RGB value is (252,241,42). Sum of RGB (Red+Green+Blue) = 252+241+42=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 42 (16.80% from 255 or 7.85% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF12A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF12A is #030ED5. Grayscale: #DEDEDE. Windows color (decimal): -200406 or 2814460. OLE color: 2814460.

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

Color convert

RGB 252 241 42 -
CMYK 0 0.04 0.83 0.01
HSL 56.86º 0.97% 0.58% -
HSV(B) 56.86º 0.83% 0.99% -
XYZ 72.02 83.77 14.56 -
YUV 221.6 26.64 149.68 -
System Red Green Blue C M Y K H S L
Decimal 252 241 42 0 0.04 0.83 0.01 56.86 0.97 0.58
Hex FC F1 2A 0 4 53 1 39 61 3A
Octal 374 361 52 0 4 123 1 71 141 72
Binary 11111100 11110001 101010 0 100 1010011 1 111001 1100001 111010

Color Harmonies of #FCF12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF12A

Black with #FCF12A

Text Example


Text Example

White with #FCF12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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