Html Css Color HEX #FA9E2E Lightning Yellow

📋 copy color: '#FA9E2E'

red 250 ◦ green 158 ◦ blue 46

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

Shades of Lightning Yellow #FA9E2E

Tints of Lightning Yellow #FA9E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.13%

R = 55.07%
G = 34.8%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA9E2E (or 0xFA9E2E) is known color: Lightning Yellow. HEX triplet: FA, 9E and 2E. RGB value is (250,158,46). Sum of RGB (Red+Green+Blue) = 250+158+46=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 46 (18.36% from 255 or 10.13% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9E2E is #0561D1. Grayscale: #ADADAD. Windows color (decimal): -352722 or 3055354. OLE color: 3055354.

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

Color convert

RGB 250 158 46 -
CMYK 0 0.37 0.82 0.02
HSL 32.94º 0.95% 0.58% -
HSV(B) 32.94º 0.82% 0.98% -
XYZ 52.14 44.97 8.52 -
YUV 172.74 56.48 183.11 -
System Red Green Blue C M Y K H S L
Decimal 250 158 46 0 0.37 0.82 0.02 32.94 0.95 0.58
Hex FA 9E 2E 0 25 52 2 21 5F 3A
Octal 372 236 56 0 45 122 2 41 137 72
Binary 11111010 10011110 101110 0 100101 1010010 10 100001 1011111 111010

Color Harmonies of #FA9E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9E2E

Black with #FA9E2E

Text Example


Text Example

White with #FA9E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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