Html Css Color HEX #FDE127 Gorse

📋 copy color: '#FDE127'

red 253 ◦ green 225 ◦ blue 39

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

Shades of Gorse #FDE127

Tints of Gorse #FDE127

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.52%

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

R = 48.94%
G = 43.52%
B = 7.54%

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

#FDE127 (or 0xFDE127) is known color: Gorse. HEX triplet: FD, E1 and 27. RGB value is (253,225,39). Sum of RGB (Red+Green+Blue) = 253+225+39=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 39 (15.62% from 255 or 7.54% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE127 is #021ED8. Grayscale: #D4D4D4. Windows color (decimal): -138969 or 2613757. OLE color: 2613757.

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

Color convert

RGB 253 225 39 -
CMYK 0 0.11 0.85 0.01
HSL 52.15º 0.98% 0.57% -
HSV(B) 52.15º 0.85% 0.99% -
XYZ 67.8 74.88 12.8 -
YUV 212.17 30.28 157.12 -
System Red Green Blue C M Y K H S L
Decimal 253 225 39 0 0.11 0.85 0.01 52.15 0.98 0.57
Hex FD E1 27 0 B 55 1 34 62 39
Octal 375 341 47 0 13 125 1 64 142 71
Binary 11111101 11100001 100111 0 1011 1010101 1 110100 1100010 111001

Color Harmonies of #FDE127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE127

Black with #FDE127

Text Example


Text Example

White with #FDE127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE127; }

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

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

background-color css

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

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

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

border-color css

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

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

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