Html Css Color HEX #F9DA3D Gorse

📋 copy color: '#F9DA3D'

red 249 ◦ green 218 ◦ blue 61

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

Shades of Gorse #F9DA3D

Tints of Gorse #F9DA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.55%

R = 47.16%
G = 41.29%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9DA3D (or 0xF9DA3D) is known color: Gorse. HEX triplet: F9, DA and 3D. RGB value is (249,218,61). Sum of RGB (Red+Green+Blue) = 249+218+61=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 61 (24.22% from 255 or 11.55% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DA3D is #0625C2. Grayscale: #D2D2D2. Windows color (decimal): -402883 or 4053753. OLE color: 4053753.

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

Color convert

RGB 249 218 61 -
CMYK 0 0.12 0.76 0.02
HSL 50.11º 0.94% 0.61% -
HSV(B) 50.11º 0.76% 0.98% -
XYZ 64.98 70.62 14.62 -
YUV 209.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 249 218 61 0 0.12 0.76 0.02 50.11 0.94 0.61
Hex F9 DA 3D 0 C 4C 2 32 5E 3D
Octal 371 332 75 0 14 114 2 62 136 75
Binary 11111001 11011010 111101 0 1100 1001100 10 110010 1011110 111101

Color Harmonies of #F9DA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DA3D

Black with #F9DA3D

Text Example


Text Example

White with #F9DA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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