Html Css Color HEX #F9A127 Lightning Yellow

📋 copy color: '#F9A127'

red 249 ◦ green 161 ◦ blue 39

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

Shades of Lightning Yellow #F9A127

Tints of Lightning Yellow #F9A127

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.86%

 BLUE value IS 39 (15.63% from 255) = 8.69%

R = 55.46%
G = 35.86%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F9A127 (or 0xF9A127) is known color: Lightning Yellow. HEX triplet: F9, A1 and 27. RGB value is (249,161,39). Sum of RGB (Red+Green+Blue) = 249+161+39=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 39 (15.62% from 255 or 8.69% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A127 is #065ED8. Grayscale: #ADADAD. Windows color (decimal): -417497 or 2597369. OLE color: 2597369.

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

Color convert

RGB 249 161 39 -
CMYK 0 0.35 0.84 0.02
HSL 34.86º 0.95% 0.56% -
HSV(B) 34.86º 0.84% 0.98% -
XYZ 52.18 45.78 8.01 -
YUV 173.4 52.15 181.92 -
System Red Green Blue C M Y K H S L
Decimal 249 161 39 0 0.35 0.84 0.02 34.86 0.95 0.56
Hex F9 A1 27 0 23 54 2 23 5F 38
Octal 371 241 47 0 43 124 2 43 137 70
Binary 11111001 10100001 100111 0 100011 1010100 10 100011 1011111 111000

Color Harmonies of #F9A127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A127

Black with #F9A127

Text Example


Text Example

White with #F9A127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A127; }

 p { color: rgb(249,161,39); }

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

background-color css

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

 a { background-color: rgb(249,161,39); }

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

border-color css

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

 span { border-color: rgb(249,161,39); }

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