Html Css Color HEX #FCF22B Gorse

📋 copy color: '#FCF22B'

red 252 ◦ green 242 ◦ blue 43

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

Shades of Gorse #FCF22B

Tints of Gorse #FCF22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.01%

R = 46.93%
G = 45.07%
B = 8.01%

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

#FCF22B (or 0xFCF22B) is known color: Gorse. HEX triplet: FC, F2 and 2B. RGB value is (252,242,43). Sum of RGB (Red+Green+Blue) = 252+242+43=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 43 (17.19% from 255 or 8.01% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF22B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF22B is #030DD4. Grayscale: #DFDFDF. Windows color (decimal): -200149 or 2880252. OLE color: 2880252.

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

Color convert

RGB 252 242 43 -
CMYK 0 0.04 0.83 0.01
HSL 57.13º 0.97% 0.58% -
HSV(B) 57.13º 0.83% 0.99% -
XYZ 72.33 84.37 14.76 -
YUV 222.3 26.81 149.18 -
System Red Green Blue C M Y K H S L
Decimal 252 242 43 0 0.04 0.83 0.01 57.13 0.97 0.58
Hex FC F2 2B 0 4 53 1 39 61 3A
Octal 374 362 53 0 4 123 1 71 141 72
Binary 11111100 11110010 101011 0 100 1010011 1 111001 1100001 111010

Color Harmonies of #FCF22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF22B

Black with #FCF22B

Text Example


Text Example

White with #FCF22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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