Html Css Color HEX #FA9218 Carrot Orange

📋 copy color: '#FA9218'

red 250 ◦ green 146 ◦ blue 24

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

Shades of Carrot Orange #FA9218

Tints of Carrot Orange #FA9218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.76%

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

R = 59.52%
G = 34.76%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA9218 (or 0xFA9218) is known color: Carrot Orange. HEX triplet: FA, 92 and 18. RGB value is (250,146,24). Sum of RGB (Red+Green+Blue) = 250+146+24=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9218 is #056DE7. Grayscale: #A3A3A3. Windows color (decimal): -355816 or 1610490. OLE color: 1610490.

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

Color convert

RGB 250 146 24 -
CMYK 0 0.42 0.90 0.02
HSL 32.39º 0.96% 0.54% -
HSV(B) 32.39º 0.9% 0.98% -
XYZ 49.87 40.95 6.14 -
YUV 163.19 49.46 189.92 -
System Red Green Blue C M Y K H S L
Decimal 250 146 24 0 0.42 0.90 0.02 32.39 0.96 0.54
Hex FA 92 18 0 2A 5A 2 20 60 36
Octal 372 222 30 0 52 132 2 40 140 66
Binary 11111010 10010010 11000 0 101010 1011010 10 100000 1100000 110110

Color Harmonies of #FA9218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9218

Black with #FA9218

Text Example


Text Example

White with #FA9218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9218; }

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

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

background-color css

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

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

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

border-color css

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

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

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