Html Css Color HEX #FA9F30 Lightning Yellow

📋 copy color: '#FA9F30'

red 250 ◦ green 159 ◦ blue 48

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

Shades of Lightning Yellow #FA9F30

Tints of Lightning Yellow #FA9F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.5%

R = 54.7%
G = 34.79%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA9F30 (or 0xFA9F30) is known color: Lightning Yellow. HEX triplet: FA, 9F and 30. RGB value is (250,159,48). Sum of RGB (Red+Green+Blue) = 250+159+48=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9F30 is #0560CF. Grayscale: #AEAEAE. Windows color (decimal): -352464 or 3186682. OLE color: 3186682.

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

Color convert

RGB 250 159 48 -
CMYK 0 0.36 0.81 0.02
HSL 32.97º 0.95% 0.58% -
HSV(B) 32.97º 0.81% 0.98% -
XYZ 52.36 45.33 8.79 -
YUV 173.56 57.15 182.53 -
System Red Green Blue C M Y K H S L
Decimal 250 159 48 0 0.36 0.81 0.02 32.97 0.95 0.58
Hex FA 9F 30 0 24 51 2 21 5F 3A
Octal 372 237 60 0 44 121 2 41 137 72
Binary 11111010 10011111 110000 0 100100 1010001 10 100001 1011111 111010

Color Harmonies of #FA9F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F30

Black with #FA9F30

Text Example


Text Example

White with #FA9F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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