Html Css Color HEX #FDDB40 Gorse

📋 copy color: '#FDDB40'

red 253 ◦ green 219 ◦ blue 64

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

Shades of Gorse #FDDB40

Tints of Gorse #FDDB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.94%

R = 47.2%
G = 40.86%
B = 11.94%

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

#FDDB40 (or 0xFDDB40) is known color: Gorse. HEX triplet: FD, DB and 40. RGB value is (253,219,64). Sum of RGB (Red+Green+Blue) = 253+219+64=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB40 is #0224BF. Grayscale: #D4D4D4. Windows color (decimal): -140480 or 4250621. OLE color: 4250621.

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

Color convert

RGB 253 219 64 -
CMYK 0 0.13 0.75 0.01
HSL 49.21º 0.98% 0.62% -
HSV(B) 49.21º 0.75% 0.99% -
XYZ 66.76 71.92 15.21 -
YUV 211.5 44.76 157.6 -
System Red Green Blue C M Y K H S L
Decimal 253 219 64 0 0.13 0.75 0.01 49.21 0.98 0.62
Hex FD DB 40 0 D 4B 1 31 62 3E
Octal 375 333 100 0 15 113 1 61 142 76
Binary 11111101 11011011 1000000 0 1101 1001011 1 110001 1100010 111110

Color Harmonies of #FDDB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB40

Black with #FDDB40

Text Example


Text Example

White with #FDDB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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