Html Css Color HEX #FA9F26 Lightning Yellow

📋 copy color: '#FA9F26'

red 250 ◦ green 159 ◦ blue 38

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

Shades of Lightning Yellow #FA9F26

Tints of Lightning Yellow #FA9F26

RGB

 RED value IS 250 (98.05% from 255) = 55.93%

 GREEN value IS 159 (62.5% from 255) = 35.57%

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

R = 55.93%
G = 35.57%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA9F26 (or 0xFA9F26) is known color: Lightning Yellow. HEX triplet: FA, 9F and 26. RGB value is (250,159,38). Sum of RGB (Red+Green+Blue) = 250+159+38=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9F26 is #0560D9. Grayscale: #ACACAC. Windows color (decimal): -352474 or 2531322. OLE color: 2531322.

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

Color convert

RGB 250 159 38 -
CMYK 0 0.36 0.85 0.02
HSL 34.25º 0.95% 0.56% -
HSV(B) 34.25º 0.85% 0.98% -
XYZ 52.17 45.26 7.82 -
YUV 172.42 52.15 183.34 -
System Red Green Blue C M Y K H S L
Decimal 250 159 38 0 0.36 0.85 0.02 34.25 0.95 0.56
Hex FA 9F 26 0 24 55 2 22 5F 38
Octal 372 237 46 0 44 125 2 42 137 70
Binary 11111010 10011111 100110 0 100100 1010101 10 100010 1011111 111000

Color Harmonies of #FA9F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F26

Black with #FA9F26

Text Example


Text Example

White with #FA9F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F26; }

 p { color: rgb(250,159,38); }

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

background-color css

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

 a { background-color: rgb(250,159,38); }

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

border-color css

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

 span { border-color: rgb(250,159,38); }

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