Html Css Color HEX #FDE128 Gorse

📋 copy color: '#FDE128'

red 253 ◦ green 225 ◦ blue 40

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

Shades of Gorse #FDE128

Tints of Gorse #FDE128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.72%

R = 48.84%
G = 43.44%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDE128 (or 0xFDE128) is known color: Gorse. HEX triplet: FD, E1 and 28. RGB value is (253,225,40). Sum of RGB (Red+Green+Blue) = 253+225+40=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 40 (16.02% from 255 or 7.72% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE128 is #021ED7. Grayscale: #D5D5D5. Windows color (decimal): -138968 or 2679293. OLE color: 2679293.

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

Color convert

RGB 253 225 40 -
CMYK 0 0.11 0.84 0.01
HSL 52.11º 0.98% 0.57% -
HSV(B) 52.11º 0.84% 0.99% -
XYZ 67.82 74.89 12.89 -
YUV 212.28 30.78 157.04 -
System Red Green Blue C M Y K H S L
Decimal 253 225 40 0 0.11 0.84 0.01 52.11 0.98 0.57
Hex FD E1 28 0 B 54 1 34 62 39
Octal 375 341 50 0 13 124 1 64 142 71
Binary 11111101 11100001 101000 0 1011 1010100 1 110100 1100010 111001

Color Harmonies of #FDE128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE128

Black with #FDE128

Text Example


Text Example

White with #FDE128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE128; }

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

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

background-color css

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

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

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

border-color css

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

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

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