Html Css Color HEX #F9DA42 Gorse

📋 copy color: '#F9DA42'

red 249 ◦ green 218 ◦ blue 66

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

Shades of Gorse #F9DA42

Tints of Gorse #F9DA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.38%

R = 46.72%
G = 40.9%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F9DA42 (or 0xF9DA42) is known color: Gorse. HEX triplet: F9, DA and 42. RGB value is (249,218,66). Sum of RGB (Red+Green+Blue) = 249+218+66=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 66 (26.17% from 255 or 12.38% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DA42 is #0625BD. Grayscale: #D2D2D2. Windows color (decimal): -402878 or 4381433. OLE color: 4381433.

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

Color convert

RGB 249 218 66 -
CMYK 0 0.12 0.73 0.02
HSL 49.84º 0.94% 0.62% -
HSV(B) 49.84º 0.73% 0.98% -
XYZ 65.12 70.68 15.36 -
YUV 209.94 46.77 155.86 -
System Red Green Blue C M Y K H S L
Decimal 249 218 66 0 0.12 0.73 0.02 49.84 0.94 0.62
Hex F9 DA 42 0 C 49 2 32 5E 3E
Octal 371 332 102 0 14 111 2 62 136 76
Binary 11111001 11011010 1000010 0 1100 1001001 10 110010 1011110 111110

Color Harmonies of #F9DA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DA42

Black with #F9DA42

Text Example


Text Example

White with #F9DA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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