Html Css Color HEX #FA9F29 Lightning Yellow

📋 copy color: '#FA9F29'

red 250 ◦ green 159 ◦ blue 41

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

Shades of Lightning Yellow #FA9F29

Tints of Lightning Yellow #FA9F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.11%

R = 55.56%
G = 35.33%
B = 9.11%

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

#FA9F29 (or 0xFA9F29) is known color: Lightning Yellow. HEX triplet: FA, 9F and 29. RGB value is (250,159,41). Sum of RGB (Red+Green+Blue) = 250+159+41=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 41 (16.41% from 255 or 9.11% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9F29 is #0560D6. Grayscale: #ADADAD. Windows color (decimal): -352471 or 2727930. OLE color: 2727930.

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

Color convert

RGB 250 159 41 -
CMYK 0 0.36 0.84 0.02
HSL 33.88º 0.95% 0.57% -
HSV(B) 33.88º 0.84% 0.98% -
XYZ 52.22 45.28 8.09 -
YUV 172.76 53.65 183.09 -
System Red Green Blue C M Y K H S L
Decimal 250 159 41 0 0.36 0.84 0.02 33.88 0.95 0.57
Hex FA 9F 29 0 24 54 2 22 5F 39
Octal 372 237 51 0 44 124 2 42 137 71
Binary 11111010 10011111 101001 0 100100 1010100 10 100010 1011111 111001

Color Harmonies of #FA9F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F29

Black with #FA9F29

Text Example


Text Example

White with #FA9F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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