Html Css Color HEX #FDE027 Gorse

📋 copy color: '#FDE027'

red 253 ◦ green 224 ◦ blue 39

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

Shades of Gorse #FDE027

Tints of Gorse #FDE027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.56%

R = 49.03%
G = 43.41%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDE027 (or 0xFDE027) is known color: Gorse. HEX triplet: FD, E0 and 27. RGB value is (253,224,39). Sum of RGB (Red+Green+Blue) = 253+224+39=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 39 (15.62% from 255 or 7.56% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE027 is #021FD8. Grayscale: #D4D4D4. Windows color (decimal): -139225 or 2613501. OLE color: 2613501.

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

Color convert

RGB 253 224 39 -
CMYK 0 0.11 0.85 0.01
HSL 51.87º 0.98% 0.57% -
HSV(B) 51.87º 0.85% 0.99% -
XYZ 67.53 74.34 12.71 -
YUV 211.58 30.61 157.54 -
System Red Green Blue C M Y K H S L
Decimal 253 224 39 0 0.11 0.85 0.01 51.87 0.98 0.57
Hex FD E0 27 0 B 55 1 34 62 39
Octal 375 340 47 0 13 125 1 64 142 71
Binary 11111101 11100000 100111 0 1011 1010101 1 110100 1100010 111001

Color Harmonies of #FDE027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE027

Black with #FDE027

Text Example


Text Example

White with #FDE027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE027; }

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

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

background-color css

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

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

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

border-color css

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

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

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