Html Css Color HEX #FDDB3F Gorse

📋 copy color: '#FDDB3F'

red 253 ◦ green 219 ◦ blue 63

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

Shades of Gorse #FDDB3F

Tints of Gorse #FDDB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.78%

R = 47.29%
G = 40.93%
B = 11.78%

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

#FDDB3F (or 0xFDDB3F) is known color: Gorse. HEX triplet: FD, DB and 3F. RGB value is (253,219,63). Sum of RGB (Red+Green+Blue) = 253+219+63=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 63 (25% from 255 or 11.78% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB3F is #0224C0. Grayscale: #D4D4D4. Windows color (decimal): -140481 or 4185085. OLE color: 4185085.

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

Color convert

RGB 253 219 63 -
CMYK 0 0.13 0.75 0.01
HSL 49.26º 0.98% 0.62% -
HSV(B) 49.26º 0.75% 0.99% -
XYZ 66.74 71.9 15.06 -
YUV 211.38 44.26 157.68 -
System Red Green Blue C M Y K H S L
Decimal 253 219 63 0 0.13 0.75 0.01 49.26 0.98 0.62
Hex FD DB 3F 0 D 4B 1 31 62 3E
Octal 375 333 77 0 15 113 1 61 142 76
Binary 11111101 11011011 111111 0 1101 1001011 1 110001 1100010 111110

Color Harmonies of #FDDB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB3F

Black with #FDDB3F

Text Example


Text Example

White with #FDDB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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