Html Css Color HEX #FDDE44 Gorse

📋 copy color: '#FDDE44'

red 253 ◦ green 222 ◦ blue 68

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

Shades of Gorse #FDDE44

Tints of Gorse #FDDE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.52%

R = 46.59%
G = 40.88%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDDE44 (or 0xFDDE44) is known color: Gorse. HEX triplet: FD, DE and 44. RGB value is (253,222,68). Sum of RGB (Red+Green+Blue) = 253+222+68=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 68 (26.95% from 255 or 12.52% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE44 is #0221BB. Grayscale: #D6D6D6. Windows color (decimal): -139708 or 4513533. OLE color: 4513533.

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

Color convert

RGB 253 222 68 -
CMYK 0 0.12 0.73 0.01
HSL 49.95º 0.98% 0.63% -
HSV(B) 49.95º 0.73% 0.99% -
XYZ 67.67 73.54 16.1 -
YUV 213.71 45.77 156.02 -
System Red Green Blue C M Y K H S L
Decimal 253 222 68 0 0.12 0.73 0.01 49.95 0.98 0.63
Hex FD DE 44 0 C 49 1 32 62 3F
Octal 375 336 104 0 14 111 1 62 142 77
Binary 11111101 11011110 1000100 0 1100 1001001 1 110010 1100010 111111

Color Harmonies of #FDDE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE44

Black with #FDDE44

Text Example


Text Example

White with #FDDE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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