Html Css Color HEX #F9DB32 Gorse

📋 copy color: '#F9DB32'

red 249 ◦ green 219 ◦ blue 50

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

Shades of Gorse #F9DB32

Tints of Gorse #F9DB32

RGB

 RED value IS 249 (97.66% from 255) = 48.07%

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

 BLUE value IS 50 (19.92% from 255) = 9.65%

R = 48.07%
G = 42.28%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F9DB32 (or 0xF9DB32) is known color: Gorse. HEX triplet: F9, DB and 32. RGB value is (249,219,50). Sum of RGB (Red+Green+Blue) = 249+219+50=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 50 (19.92% from 255 or 9.65% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DB32 is #0624CD. Grayscale: #D1D1D1. Windows color (decimal): -402638 or 3333113. OLE color: 3333113.

HSL color Cylindrical-coordinate representation of color #F9DB32: hue angle of 50.95º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9DB32 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 219 50 -
CMYK 0 0.12 0.80 0.02
HSL 50.95º 0.94% 0.59% -
HSV(B) 50.95º 0.8% 0.98% -
XYZ 64.97 71.03 13.3 -
YUV 208.7 38.44 156.74 -
System Red Green Blue C M Y K H S L
Decimal 249 219 50 0 0.12 0.80 0.02 50.95 0.94 0.59
Hex F9 DB 32 0 C 50 2 33 5E 3B
Octal 371 333 62 0 14 120 2 63 136 73
Binary 11111001 11011011 110010 0 1100 1010000 10 110011 1011110 111011

Color Harmonies of #F9DB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DB32

Black with #F9DB32

Text Example


Text Example

White with #F9DB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DB32; }

 p { color: rgb(249,219,50); }

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

background-color css

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

 a { background-color: rgb(249,219,50); }

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

border-color css

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

 span { border-color: rgb(249,219,50); }

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