Html Css Color HEX #FDDB42 Gorse

📋 copy color: '#FDDB42'

red 253 ◦ green 219 ◦ blue 66

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

Shades of Gorse #FDDB42

Tints of Gorse #FDDB42

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.71%

 BLUE value IS 66 (26.17% from 255) = 12.27%

R = 47.03%
G = 40.71%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDDB42 (or 0xFDDB42) is known color: Gorse. HEX triplet: FD, DB and 42. RGB value is (253,219,66). Sum of RGB (Red+Green+Blue) = 253+219+66=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 66 (26.17% from 255 or 12.27% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB42 is #0224BD. Grayscale: #D4D4D4. Windows color (decimal): -140478 or 4381693. OLE color: 4381693.

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

Color convert

RGB 253 219 66 -
CMYK 0 0.13 0.74 0.01
HSL 49.09º 0.98% 0.63% -
HSV(B) 49.09º 0.74% 0.99% -
XYZ 66.82 71.94 15.52 -
YUV 211.72 45.76 157.44 -
System Red Green Blue C M Y K H S L
Decimal 253 219 66 0 0.13 0.74 0.01 49.09 0.98 0.63
Hex FD DB 42 0 D 4A 1 31 62 3F
Octal 375 333 102 0 15 112 1 61 142 77
Binary 11111101 11011011 1000010 0 1101 1001010 1 110001 1100010 111111

Color Harmonies of #FDDB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB42

Black with #FDDB42

Text Example


Text Example

White with #FDDB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB42; }

 p { color: rgb(253,219,66); }

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

background-color css

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

 a { background-color: rgb(253,219,66); }

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

border-color css

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

 span { border-color: rgb(253,219,66); }

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