Html Css Color HEX #FA9F2D Lightning Yellow

📋 copy color: '#FA9F2D'

red 250 ◦ green 159 ◦ blue 45

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

Shades of Lightning Yellow #FA9F2D

Tints of Lightning Yellow #FA9F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.91%

R = 55.07%
G = 35.02%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA9F2D (or 0xFA9F2D) is known color: Lightning Yellow. HEX triplet: FA, 9F and 2D. RGB value is (250,159,45). Sum of RGB (Red+Green+Blue) = 250+159+45=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9F2D is #0560D2. Grayscale: #ADADAD. Windows color (decimal): -352467 or 2990074. OLE color: 2990074.

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

Color convert

RGB 250 159 45 -
CMYK 0 0.36 0.82 0.02
HSL 33.37º 0.95% 0.58% -
HSV(B) 33.37º 0.82% 0.98% -
XYZ 52.3 45.31 8.47 -
YUV 173.21 55.65 182.77 -
System Red Green Blue C M Y K H S L
Decimal 250 159 45 0 0.36 0.82 0.02 33.37 0.95 0.58
Hex FA 9F 2D 0 24 52 2 21 5F 3A
Octal 372 237 55 0 44 122 2 41 137 72
Binary 11111010 10011111 101101 0 100100 1010010 10 100001 1011111 111010

Color Harmonies of #FA9F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F2D

Black with #FA9F2D

Text Example


Text Example

White with #FA9F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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