Html Css Color HEX #FDDE30 Gorse

📋 copy color: '#FDDE30'

red 253 ◦ green 222 ◦ blue 48

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

Shades of Gorse #FDDE30

Tints of Gorse #FDDE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.18%

R = 48.37%
G = 42.45%
B = 9.18%

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

#FDDE30 (or 0xFDDE30) is known color: Gorse. HEX triplet: FD, DE and 30. RGB value is (253,222,48). Sum of RGB (Red+Green+Blue) = 253+222+48=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 48 (19.14% from 255 or 9.18% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE30 is #0221CF. Grayscale: #D4D4D4. Windows color (decimal): -139728 or 3202813. OLE color: 3202813.

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

Color convert

RGB 253 222 48 -
CMYK 0 0.12 0.81 0.01
HSL 50.93º 0.98% 0.59% -
HSV(B) 50.93º 0.81% 0.99% -
XYZ 67.16 73.34 13.41 -
YUV 211.43 35.77 157.65 -
System Red Green Blue C M Y K H S L
Decimal 253 222 48 0 0.12 0.81 0.01 50.93 0.98 0.59
Hex FD DE 30 0 C 51 1 33 62 3B
Octal 375 336 60 0 14 121 1 63 142 73
Binary 11111101 11011110 110000 0 1100 1010001 1 110011 1100010 111011

Color Harmonies of #FDDE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE30

Black with #FDDE30

Text Example


Text Example

White with #FDDE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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