Html Css Color HEX #FDDC31 Gorse

📋 copy color: '#FDDC31'

red 253 ◦ green 220 ◦ blue 49

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

Shades of Gorse #FDDC31

Tints of Gorse #FDDC31

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.15%

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

R = 48.47%
G = 42.15%
B = 9.39%

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

#FDDC31 (or 0xFDDC31) is known color: Gorse. HEX triplet: FD, DC and 31. RGB value is (253,220,49). Sum of RGB (Red+Green+Blue) = 253+220+49=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 49 (19.53% from 255 or 9.39% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC31 is #0223CE. Grayscale: #D3D3D3. Windows color (decimal): -140239 or 3267837. OLE color: 3267837.

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

Color convert

RGB 253 220 49 -
CMYK 0 0.13 0.81 0.01
HSL 50.29º 0.98% 0.59% -
HSV(B) 50.29º 0.81% 0.99% -
XYZ 66.66 72.29 13.35 -
YUV 210.37 36.93 158.4 -
System Red Green Blue C M Y K H S L
Decimal 253 220 49 0 0.13 0.81 0.01 50.29 0.98 0.59
Hex FD DC 31 0 D 51 1 32 62 3B
Octal 375 334 61 0 15 121 1 62 142 73
Binary 11111101 11011100 110001 0 1101 1010001 1 110010 1100010 111011

Color Harmonies of #FDDC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC31

Black with #FDDC31

Text Example


Text Example

White with #FDDC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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