Html Css Color HEX #F9DF2F Gorse

📋 copy color: '#F9DF2F'

red 249 ◦ green 223 ◦ blue 47

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

Shades of Gorse #F9DF2F

Tints of Gorse #F9DF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.97%

 BLUE value IS 47 (18.75% from 255) = 9.06%

R = 47.98%
G = 42.97%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F9DF2F (or 0xF9DF2F) is known color: Gorse. HEX triplet: F9, DF and 2F. RGB value is (249,223,47). Sum of RGB (Red+Green+Blue) = 249+223+47=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 47 (18.75% from 255 or 9.06% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DF2F is #0620D0. Grayscale: #D3D3D3. Windows color (decimal): -401617 or 3137529. OLE color: 3137529.

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

Color convert

RGB 249 223 47 -
CMYK 0 0.10 0.81 0.02
HSL 52.28º 0.94% 0.58% -
HSV(B) 52.28º 0.81% 0.98% -
XYZ 65.97 73.12 13.33 -
YUV 210.71 35.61 155.31 -
System Red Green Blue C M Y K H S L
Decimal 249 223 47 0 0.10 0.81 0.02 52.28 0.94 0.58
Hex F9 DF 2F 0 A 51 2 34 5E 3A
Octal 371 337 57 0 12 121 2 64 136 72
Binary 11111001 11011111 101111 0 1010 1010001 10 110100 1011110 111010

Color Harmonies of #F9DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DF2F

Black with #F9DF2F

Text Example


Text Example

White with #F9DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DF2F; }

 p { color: rgb(249,223,47); }

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

background-color css

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

 a { background-color: rgb(249,223,47); }

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

border-color css

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

 span { border-color: rgb(249,223,47); }

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