Html Css Color HEX #FDE022 Gorse

📋 copy color: '#FDE022'

red 253 ◦ green 224 ◦ blue 34

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

Shades of Gorse #FDE022

Tints of Gorse #FDE022

RGB

 RED value IS 253 (99.22% from 255) = 49.51%

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

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

R = 49.51%
G = 43.84%
B = 6.65%

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

#FDE022 (or 0xFDE022) is known color: Gorse. HEX triplet: FD, E0 and 22. RGB value is (253,224,34). Sum of RGB (Red+Green+Blue) = 253+224+34=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 34 (13.67% from 255 or 6.65% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE022 is #021FDD. Grayscale: #D3D3D3. Windows color (decimal): -139230 or 2285821. OLE color: 2285821.

HSL color Cylindrical-coordinate representation of color #FDE022: hue angle of 52.05º degrees, saturation: 0.98, 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 #FDE022 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 224 34 -
CMYK 0 0.11 0.87 0.01
HSL 52.05º 0.98% 0.56% -
HSV(B) 52.05º 0.87% 0.99% -
XYZ 67.45 74.31 12.3 -
YUV 211.01 28.11 157.95 -
System Red Green Blue C M Y K H S L
Decimal 253 224 34 0 0.11 0.87 0.01 52.05 0.98 0.56
Hex FD E0 22 0 B 57 1 34 62 38
Octal 375 340 42 0 13 127 1 64 142 70
Binary 11111101 11100000 100010 0 1011 1010111 1 110100 1100010 111000

Color Harmonies of #FDE022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE022

Black with #FDE022

Text Example


Text Example

White with #FDE022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE022; }

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

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

background-color css

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

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

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

border-color css

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

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

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