Html Css Color HEX #F9DA32 Gorse

📋 copy color: '#F9DA32'

red 249 ◦ green 218 ◦ blue 50

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

Shades of Gorse #F9DA32

Tints of Gorse #F9DA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.17%

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

R = 48.16%
G = 42.17%
B = 9.67%

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

#F9DA32 (or 0xF9DA32) is known color: Gorse. HEX triplet: F9, DA and 32. RGB value is (249,218,50). Sum of RGB (Red+Green+Blue) = 249+218+50=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 50 (19.92% from 255 or 9.67% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DA32 is #0625CD. Grayscale: #D0D0D0. Windows color (decimal): -402894 or 3332857. OLE color: 3332857.

HSL color Cylindrical-coordinate representation of color #F9DA32: hue angle of 50.65º 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 #F9DA32 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 218 50 -
CMYK 0 0.12 0.80 0.02
HSL 50.65º 0.94% 0.59% -
HSV(B) 50.65º 0.8% 0.98% -
XYZ 64.71 70.51 13.22 -
YUV 208.12 38.77 157.16 -
System Red Green Blue C M Y K H S L
Decimal 249 218 50 0 0.12 0.80 0.02 50.65 0.94 0.59
Hex F9 DA 32 0 C 50 2 33 5E 3B
Octal 371 332 62 0 14 120 2 63 136 73
Binary 11111001 11011010 110010 0 1100 1010000 10 110011 1011110 111011

Color Harmonies of #F9DA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DA32

Black with #F9DA32

Text Example


Text Example

White with #F9DA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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