Html Css Color HEX #FCE022 Gorse

📋 copy color: '#FCE022'

red 252 ◦ green 224 ◦ blue 34

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

Shades of Gorse #FCE022

Tints of Gorse #FCE022

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.92%

 BLUE value IS 34 (13.67% from 255) = 6.67%

R = 49.41%
G = 43.92%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCE022 (or 0xFCE022) is known color: Gorse. HEX triplet: FC, E0 and 22. RGB value is (252,224,34). Sum of RGB (Red+Green+Blue) = 252+224+34=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 34 (13.67% from 255 or 6.67% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE022 is #031FDD. Grayscale: #D3D3D3. Windows color (decimal): -204766 or 2285820. OLE color: 2285820.

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

Color convert

RGB 252 224 34 -
CMYK 0 0.11 0.87 0.01
HSL 52.29º 0.97% 0.56% -
HSV(B) 52.29º 0.87% 0.99% -
XYZ 67.09 74.12 12.28 -
YUV 210.71 28.28 157.45 -
System Red Green Blue C M Y K H S L
Decimal 252 224 34 0 0.11 0.87 0.01 52.29 0.97 0.56
Hex FC E0 22 0 B 57 1 34 61 38
Octal 374 340 42 0 13 127 1 64 141 70
Binary 11111100 11100000 100010 0 1011 1010111 1 110100 1100001 111000

Color Harmonies of #FCE022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE022

Black with #FCE022

Text Example


Text Example

White with #FCE022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE022; }

 p { color: rgb(252,224,34); }

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

background-color css

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

 a { background-color: rgb(252,224,34); }

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

border-color css

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

 span { border-color: rgb(252,224,34); }

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