Html Css Color HEX #FDDE31 Gorse

📋 copy color: '#FDDE31'

red 253 ◦ green 222 ◦ blue 49

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

Shades of Gorse #FDDE31

Tints of Gorse #FDDE31

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.37%

 BLUE value IS 49 (19.53% from 255) = 9.35%

R = 48.28%
G = 42.37%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDDE31 (or 0xFDDE31) is known color: Gorse. HEX triplet: FD, DE and 31. RGB value is (253,222,49). Sum of RGB (Red+Green+Blue) = 253+222+49=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 49 (19.53% from 255 or 9.35% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE31 is #0221CE. Grayscale: #D4D4D4. Windows color (decimal): -139727 or 3268349. OLE color: 3268349.

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

Color convert

RGB 253 222 49 -
CMYK 0 0.12 0.81 0.01
HSL 50.88º 0.98% 0.59% -
HSV(B) 50.88º 0.81% 0.99% -
XYZ 67.18 73.35 13.52 -
YUV 211.55 36.27 157.57 -
System Red Green Blue C M Y K H S L
Decimal 253 222 49 0 0.12 0.81 0.01 50.88 0.98 0.59
Hex FD DE 31 0 C 51 1 33 62 3B
Octal 375 336 61 0 14 121 1 63 142 73
Binary 11111101 11011110 110001 0 1100 1010001 1 110011 1100010 111011

Color Harmonies of #FDDE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE31

Black with #FDDE31

Text Example


Text Example

White with #FDDE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE31; }

 p { color: rgb(253,222,49); }

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

background-color css

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

 a { background-color: rgb(253,222,49); }

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

border-color css

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

 span { border-color: rgb(253,222,49); }

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