Html Css Color HEX #FCF22D Gorse

📋 copy color: '#FCF22D'

red 252 ◦ green 242 ◦ blue 45

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

Shades of Gorse #FCF22D

Tints of Gorse #FCF22D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.9%

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

R = 46.75%
G = 44.9%
B = 8.35%

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

#FCF22D (or 0xFCF22D) is known color: Gorse. HEX triplet: FC, F2 and 2D. RGB value is (252,242,45). Sum of RGB (Red+Green+Blue) = 252+242+45=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 45 (17.97% from 255 or 8.35% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF22D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF22D is #030DD2. Grayscale: #DFDFDF. Windows color (decimal): -200147 or 3011324. OLE color: 3011324.

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

Color convert

RGB 252 242 45 -
CMYK 0 0.04 0.82 0.01
HSL 57.1º 0.97% 0.58% -
HSV(B) 57.1º 0.82% 0.99% -
XYZ 72.37 84.39 14.96 -
YUV 222.53 27.81 149.02 -
System Red Green Blue C M Y K H S L
Decimal 252 242 45 0 0.04 0.82 0.01 57.1 0.97 0.58
Hex FC F2 2D 0 4 52 1 39 61 3A
Octal 374 362 55 0 4 122 1 71 141 72
Binary 11111100 11110010 101101 0 100 1010010 1 111001 1100001 111010

Color Harmonies of #FCF22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF22D

Black with #FCF22D

Text Example


Text Example

White with #FCF22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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