Html Css Color HEX #FA9F28 Lightning Yellow

📋 copy color: '#FA9F28'

red 250 ◦ green 159 ◦ blue 40

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

Shades of Lightning Yellow #FA9F28

Tints of Lightning Yellow #FA9F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.91%

R = 55.68%
G = 35.41%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA9F28 (or 0xFA9F28) is known color: Lightning Yellow. HEX triplet: FA, 9F and 28. RGB value is (250,159,40). Sum of RGB (Red+Green+Blue) = 250+159+40=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9F28 is #0560D7. Grayscale: #ADADAD. Windows color (decimal): -352472 or 2662394. OLE color: 2662394.

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

Color convert

RGB 250 159 40 -
CMYK 0 0.36 0.84 0.02
HSL 34º 0.95% 0.57% -
HSV(B) 34º 0.84% 0.98% -
XYZ 52.21 45.27 7.99 -
YUV 172.64 53.15 183.18 -
System Red Green Blue C M Y K H S L
Decimal 250 159 40 0 0.36 0.84 0.02 34 0.95 0.57
Hex FA 9F 28 0 24 54 2 22 5F 39
Octal 372 237 50 0 44 124 2 42 137 71
Binary 11111010 10011111 101000 0 100100 1010100 10 100010 1011111 111001

Color Harmonies of #FA9F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F28

Black with #FA9F28

Text Example


Text Example

White with #FA9F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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