Html Css Color HEX #FDDB3E Gorse

📋 copy color: '#FDDB3E'

red 253 ◦ green 219 ◦ blue 62

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

Shades of Gorse #FDDB3E

Tints of Gorse #FDDB3E

RGB

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

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

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

R = 47.38%
G = 41.01%
B = 11.61%

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

#FDDB3E (or 0xFDDB3E) is known color: Gorse. HEX triplet: FD, DB and 3E. RGB value is (253,219,62). Sum of RGB (Red+Green+Blue) = 253+219+62=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 62 (24.61% from 255 or 11.61% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB3E is #0224C1. Grayscale: #D3D3D3. Windows color (decimal): -140482 or 4119549. OLE color: 4119549.

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

Color convert

RGB 253 219 62 -
CMYK 0 0.13 0.75 0.01
HSL 49.32º 0.98% 0.62% -
HSV(B) 49.32º 0.75% 0.99% -
XYZ 66.71 71.89 14.92 -
YUV 211.27 43.76 157.77 -
System Red Green Blue C M Y K H S L
Decimal 253 219 62 0 0.13 0.75 0.01 49.32 0.98 0.62
Hex FD DB 3E 0 D 4B 1 31 62 3E
Octal 375 333 76 0 15 113 1 61 142 76
Binary 11111101 11011011 111110 0 1101 1001011 1 110001 1100010 111110

Color Harmonies of #FDDB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB3E

Black with #FDDB3E

Text Example


Text Example

White with #FDDB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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