Html Css Color HEX #FA9518 Carrot Orange

📋 copy color: '#FA9518'

red 250 ◦ green 149 ◦ blue 24

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

Shades of Carrot Orange #FA9518

Tints of Carrot Orange #FA9518

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 59.1%
G = 35.22%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA9518 (or 0xFA9518) is known color: Carrot Orange. HEX triplet: FA, 95 and 18. RGB value is (250,149,24). Sum of RGB (Red+Green+Blue) = 250+149+24=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9518 is #056AE7. Grayscale: #A5A5A5. Windows color (decimal): -355048 or 1611258. OLE color: 1611258.

HSL color Cylindrical-coordinate representation of color #FA9518: hue angle of 33.19º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA9518 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 149 24 -
CMYK 0 0.40 0.90 0.02
HSL 33.19º 0.96% 0.54% -
HSV(B) 33.19º 0.9% 0.98% -
XYZ 50.34 41.88 6.3 -
YUV 164.95 48.46 188.66 -
System Red Green Blue C M Y K H S L
Decimal 250 149 24 0 0.40 0.90 0.02 33.19 0.96 0.54
Hex FA 95 18 0 28 5A 2 21 60 36
Octal 372 225 30 0 50 132 2 41 140 66
Binary 11111010 10010101 11000 0 101000 1011010 10 100001 1100000 110110

Color Harmonies of #FA9518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9518

Black with #FA9518

Text Example


Text Example

White with #FA9518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9518; }

 p { color: rgb(250,149,24); }

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

background-color css

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

 a { background-color: rgb(250,149,24); }

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

border-color css

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

 span { border-color: rgb(250,149,24); }

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