Html Css Color HEX #FFDB2E Gorse

📋 copy color: '#FFDB2E'

red 255 ◦ green 219 ◦ blue 46

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

Shades of Gorse #FFDB2E

Tints of Gorse #FFDB2E

RGB

 RED value IS 255 (100% from 255) = 49.04%

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

 BLUE value IS 46 (18.36% from 255) = 8.85%

R = 49.04%
G = 42.12%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFDB2E (or 0xFFDB2E) is known color: Gorse. HEX triplet: FF, DB and 2E. RGB value is (255,219,46). Sum of RGB (Red+Green+Blue) = 255+219+46=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 46 (18.36% from 255 or 8.85% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB2E is #0024D1. Grayscale: #D2D2D2. Windows color (decimal): -9426 or 3070975. OLE color: 3070975.

HSL color Cylindrical-coordinate representation of color #FFDB2E: hue angle of 49.67º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFDB2E is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 255 219 46 -
CMYK 0 0.14 0.82 0
HSL 49.67º 1% 0.59% -
HSV(B) 49.67º 0.82% 1% -
XYZ 67.06 72.12 12.97 -
YUV 210.04 35.43 160.07 -
System Red Green Blue C M Y K H S L
Decimal 255 219 46 0 0.14 0.82 0 49.67 1 0.59
Hex FF DB 2E 0 E 52 0 32 64 3B
Octal 377 333 56 0 16 122 0 62 144 73
Binary 11111111 11011011 101110 0 1110 1010010 0 110010 1100100 111011

Color Harmonies of #FFDB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB2E

Black with #FFDB2E

Text Example


Text Example

White with #FFDB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB2E; }

 p { color: rgb(255,219,46); }

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

background-color css

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

 a { background-color: rgb(255,219,46); }

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

border-color css

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

 span { border-color: rgb(255,219,46); }

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