Html Css Color HEX #F9DF2D Gorse

📋 copy color: '#F9DF2D'

red 249 ◦ green 223 ◦ blue 45

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

Shades of Gorse #F9DF2D

Tints of Gorse #F9DF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.7%

R = 48.16%
G = 43.13%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9DF2D (or 0xF9DF2D) is known color: Gorse. HEX triplet: F9, DF and 2D. RGB value is (249,223,45). Sum of RGB (Red+Green+Blue) = 249+223+45=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 45 (17.97% from 255 or 8.70% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DF2D is #0620D2. Grayscale: #D3D3D3. Windows color (decimal): -401619 or 3006457. OLE color: 3006457.

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

Color convert

RGB 249 223 45 -
CMYK 0 0.10 0.82 0.02
HSL 52.35º 0.94% 0.58% -
HSV(B) 52.35º 0.82% 0.98% -
XYZ 65.93 73.1 13.12 -
YUV 210.48 34.61 155.47 -
System Red Green Blue C M Y K H S L
Decimal 249 223 45 0 0.10 0.82 0.02 52.35 0.94 0.58
Hex F9 DF 2D 0 A 52 2 34 5E 3A
Octal 371 337 55 0 12 122 2 64 136 72
Binary 11111001 11011111 101101 0 1010 1010010 10 110100 1011110 111010

Color Harmonies of #F9DF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DF2D

Black with #F9DF2D

Text Example


Text Example

White with #F9DF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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