Html Css Color HEX #FDDC32 Gorse

📋 copy color: '#FDDC32'

red 253 ◦ green 220 ◦ blue 50

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

Shades of Gorse #FDDC32

Tints of Gorse #FDDC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.56%

R = 48.37%
G = 42.07%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDDC32 (or 0xFDDC32) is known color: Gorse. HEX triplet: FD, DC and 32. RGB value is (253,220,50). Sum of RGB (Red+Green+Blue) = 253+220+50=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 50 (19.92% from 255 or 9.56% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC32 is #0223CD. Grayscale: #D3D3D3. Windows color (decimal): -140238 or 3333373. OLE color: 3333373.

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

Color convert

RGB 253 220 50 -
CMYK 0 0.13 0.80 0.01
HSL 50.25º 0.98% 0.59% -
HSV(B) 50.25º 0.8% 0.99% -
XYZ 66.68 72.3 13.46 -
YUV 210.49 37.43 158.32 -
System Red Green Blue C M Y K H S L
Decimal 253 220 50 0 0.13 0.80 0.01 50.25 0.98 0.59
Hex FD DC 32 0 D 50 1 32 62 3B
Octal 375 334 62 0 15 120 1 62 142 73
Binary 11111101 11011100 110010 0 1101 1010000 1 110010 1100010 111011

Color Harmonies of #FDDC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC32

Black with #FDDC32

Text Example


Text Example

White with #FDDC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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