Html Css Color HEX #F9F126 Gorse

📋 copy color: '#F9F126'

red 249 ◦ green 241 ◦ blue 38

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

Shades of Gorse #F9F126

Tints of Gorse #F9F126

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.64%

 BLUE value IS 38 (15.23% from 255) = 7.2%

R = 47.16%
G = 45.64%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F9F126 (or 0xF9F126) is known color: Gorse. HEX triplet: F9, F1 and 26. RGB value is (249,241,38). Sum of RGB (Red+Green+Blue) = 249+241+38=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 38 (15.23% from 255 or 7.20% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F126 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F126 is #060ED9. Grayscale: #DDDDDD. Windows color (decimal): -397018 or 2552313. OLE color: 2552313.

HSL color Cylindrical-coordinate representation of color #F9F126: hue angle of 57.73º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9F126 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 241 38 -
CMYK 0 0.03 0.85 0.02
HSL 57.73º 0.95% 0.56% -
HSV(B) 57.73º 0.85% 0.98% -
XYZ 70.87 83.19 14.16 -
YUV 220.25 25.15 148.51 -
System Red Green Blue C M Y K H S L
Decimal 249 241 38 0 0.03 0.85 0.02 57.73 0.95 0.56
Hex F9 F1 26 0 3 55 2 3A 5F 38
Octal 371 361 46 0 3 125 2 72 137 70
Binary 11111001 11110001 100110 0 11 1010101 10 111010 1011111 111000

Color Harmonies of #F9F126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F126

Black with #F9F126

Text Example


Text Example

White with #F9F126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F126; }

 p { color: rgb(249,241,38); }

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

background-color css

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

 a { background-color: rgb(249,241,38); }

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

border-color css

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

 span { border-color: rgb(249,241,38); }

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