Html Css Color HEX #FDDD31 Gorse

📋 copy color: '#FDDD31'

red 253 ◦ green 221 ◦ blue 49

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

Shades of Gorse #FDDD31

Tints of Gorse #FDDD31

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.26%

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

R = 48.37%
G = 42.26%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDDD31 (or 0xFDDD31) is known color: Gorse. HEX triplet: FD, DD and 31. RGB value is (253,221,49). Sum of RGB (Red+Green+Blue) = 253+221+49=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 49 (19.53% from 255 or 9.37% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD31 is #0222CE. Grayscale: #D3D3D3. Windows color (decimal): -139983 or 3268093. OLE color: 3268093.

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

Color convert

RGB 253 221 49 -
CMYK 0 0.13 0.81 0.01
HSL 50.59º 0.98% 0.59% -
HSV(B) 50.59º 0.81% 0.99% -
XYZ 66.92 72.82 13.43 -
YUV 210.96 36.6 157.99 -
System Red Green Blue C M Y K H S L
Decimal 253 221 49 0 0.13 0.81 0.01 50.59 0.98 0.59
Hex FD DD 31 0 D 51 1 33 62 3B
Octal 375 335 61 0 15 121 1 63 142 73
Binary 11111101 11011101 110001 0 1101 1010001 1 110011 1100010 111011

Color Harmonies of #FDDD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD31

Black with #FDDD31

Text Example


Text Example

White with #FDDD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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