Html Css Color HEX #FDDD3E Gorse

📋 copy color: '#FDDD3E'

red 253 ◦ green 221 ◦ blue 62

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

Shades of Gorse #FDDD3E

Tints of Gorse #FDDD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.57%

R = 47.2%
G = 41.23%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDDD3E (or 0xFDDD3E) is known color: Gorse. HEX triplet: FD, DD and 3E. RGB value is (253,221,62). Sum of RGB (Red+Green+Blue) = 253+221+62=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 62 (24.61% from 255 or 11.57% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD3E is #0222C1. Grayscale: #D5D5D5. Windows color (decimal): -139970 or 4120061. OLE color: 4120061.

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

Color convert

RGB 253 221 62 -
CMYK 0 0.13 0.75 0.01
HSL 49.95º 0.98% 0.62% -
HSV(B) 49.95º 0.75% 0.99% -
XYZ 67.23 72.94 15.09 -
YUV 212.44 43.1 156.93 -
System Red Green Blue C M Y K H S L
Decimal 253 221 62 0 0.13 0.75 0.01 49.95 0.98 0.62
Hex FD DD 3E 0 D 4B 1 32 62 3E
Octal 375 335 76 0 15 113 1 62 142 76
Binary 11111101 11011101 111110 0 1101 1001011 1 110010 1100010 111110

Color Harmonies of #FDDD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD3E

Black with #FDDD3E

Text Example


Text Example

White with #FDDD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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