Html Css Color HEX #FCF12D Gorse

📋 copy color: '#FCF12D'

red 252 ◦ green 241 ◦ blue 45

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

Shades of Gorse #FCF12D

Tints of Gorse #FCF12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.36%

R = 46.84%
G = 44.8%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCF12D (or 0xFCF12D) is known color: Gorse. HEX triplet: FC, F1 and 2D. RGB value is (252,241,45). Sum of RGB (Red+Green+Blue) = 252+241+45=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 45 (17.97% from 255 or 8.36% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF12D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF12D is #030ED2. Grayscale: #DEDEDE. Windows color (decimal): -200403 or 3011068. OLE color: 3011068.

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

Color convert

RGB 252 241 45 -
CMYK 0 0.04 0.82 0.01
HSL 56.81º 0.97% 0.58% -
HSV(B) 56.81º 0.82% 0.99% -
XYZ 72.07 83.8 14.86 -
YUV 221.95 28.14 149.44 -
System Red Green Blue C M Y K H S L
Decimal 252 241 45 0 0.04 0.82 0.01 56.81 0.97 0.58
Hex FC F1 2D 0 4 52 1 39 61 3A
Octal 374 361 55 0 4 122 1 71 141 72
Binary 11111100 11110001 101101 0 100 1010010 1 111001 1100001 111010

Color Harmonies of #FCF12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF12D

Black with #FCF12D

Text Example


Text Example

White with #FCF12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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