Html Css Color HEX #FA9E23 Lightning Yellow

📋 copy color: '#FA9E23'

red 250 ◦ green 158 ◦ blue 35

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

Shades of Lightning Yellow #FA9E23

Tints of Lightning Yellow #FA9E23

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.67%

 BLUE value IS 35 (14.06% from 255) = 7.9%

R = 56.43%
G = 35.67%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA9E23 (or 0xFA9E23) is known color: Lightning Yellow. HEX triplet: FA, 9E and 23. RGB value is (250,158,35). Sum of RGB (Red+Green+Blue) = 250+158+35=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 35 (14.06% from 255 or 7.90% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9E23 is #0561DC. Grayscale: #ACACAC. Windows color (decimal): -352733 or 2334458. OLE color: 2334458.

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

Color convert

RGB 250 158 35 -
CMYK 0 0.37 0.86 0.02
HSL 34.33º 0.96% 0.56% -
HSV(B) 34.33º 0.86% 0.98% -
XYZ 51.95 44.9 7.52 -
YUV 171.49 50.98 184 -
System Red Green Blue C M Y K H S L
Decimal 250 158 35 0 0.37 0.86 0.02 34.33 0.96 0.56
Hex FA 9E 23 0 25 56 2 22 60 38
Octal 372 236 43 0 45 126 2 42 140 70
Binary 11111010 10011110 100011 0 100101 1010110 10 100010 1100000 111000

Color Harmonies of #FA9E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9E23

Black with #FA9E23

Text Example


Text Example

White with #FA9E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9E23; }

 p { color: rgb(250,158,35); }

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

background-color css

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

 a { background-color: rgb(250,158,35); }

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

border-color css

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

 span { border-color: rgb(250,158,35); }

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