Html Css Color HEX #FA9512 Carrot Orange

📋 copy color: '#FA9512'

red 250 ◦ green 149 ◦ blue 18

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

Shades of Carrot Orange #FA9512

Tints of Carrot Orange #FA9512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.32%

R = 59.95%
G = 35.73%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA9512 (or 0xFA9512) is known color: Carrot Orange. HEX triplet: FA, 95 and 12. RGB value is (250,149,18). Sum of RGB (Red+Green+Blue) = 250+149+18=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9512 is #056AED. Grayscale: #A4A4A4. Windows color (decimal): -355054 or 1218042. OLE color: 1218042.

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

Color convert

RGB 250 149 18 -
CMYK 0 0.40 0.93 0.02
HSL 33.88º 0.96% 0.53% -
HSV(B) 33.88º 0.93% 0.98% -
XYZ 50.28 41.86 6 -
YUV 164.27 45.46 189.15 -
System Red Green Blue C M Y K H S L
Decimal 250 149 18 0 0.40 0.93 0.02 33.88 0.96 0.53
Hex FA 95 12 0 28 5D 2 22 60 35
Octal 372 225 22 0 50 135 2 42 140 65
Binary 11111010 10010101 10010 0 101000 1011101 10 100010 1100000 110101

Color Harmonies of #FA9512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9512

Black with #FA9512

Text Example


Text Example

White with #FA9512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9512; }

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

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

background-color css

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

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

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

border-color css

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

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

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