Html Css Color HEX #F9F030 Gorse

📋 copy color: '#F9F030'

red 249 ◦ green 240 ◦ blue 48

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

Shades of Gorse #F9F030

Tints of Gorse #F9F030

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.69%

 BLUE value IS 48 (19.14% from 255) = 8.94%

R = 46.37%
G = 44.69%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F9F030 (or 0xF9F030) is known color: Gorse. HEX triplet: F9, F0 and 30. RGB value is (249,240,48). Sum of RGB (Red+Green+Blue) = 249+240+48=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 48 (19.14% from 255 or 8.94% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F030 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F030 is #060FCF. Grayscale: #DDDDDD. Windows color (decimal): -397264 or 3207417. OLE color: 3207417.

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

Color convert

RGB 249 240 48 -
CMYK 0 0.04 0.81 0.02
HSL 57.31º 0.94% 0.58% -
HSV(B) 57.31º 0.81% 0.98% -
XYZ 70.76 82.67 15.02 -
YUV 220.8 30.48 148.11 -
System Red Green Blue C M Y K H S L
Decimal 249 240 48 0 0.04 0.81 0.02 57.31 0.94 0.58
Hex F9 F0 30 0 4 51 2 39 5E 3A
Octal 371 360 60 0 4 121 2 71 136 72
Binary 11111001 11110000 110000 0 100 1010001 10 111001 1011110 111010

Color Harmonies of #F9F030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F030

Black with #F9F030

Text Example


Text Example

White with #F9F030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F030; }

 p { color: rgb(249,240,48); }

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

background-color css

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

 a { background-color: rgb(249,240,48); }

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

border-color css

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

 span { border-color: rgb(249,240,48); }

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