Html Css Color HEX #FA931E Carrot Orange

📋 copy color: '#FA931E'

red 250 ◦ green 147 ◦ blue 30

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

Shades of Carrot Orange #FA931E

Tints of Carrot Orange #FA931E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.43%

 BLUE value IS 30 (12.11% from 255) = 7.03%

R = 58.55%
G = 34.43%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA931E (or 0xFA931E) is known color: Carrot Orange. HEX triplet: FA, 93 and 1E. RGB value is (250,147,30). Sum of RGB (Red+Green+Blue) = 250+147+30=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA931E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA931E is #056CE1. Grayscale: #A5A5A5. Windows color (decimal): -355554 or 2003962. OLE color: 2003962.

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

Color convert

RGB 250 147 30 -
CMYK 0 0.41 0.88 0.02
HSL 31.91º 0.96% 0.55% -
HSV(B) 31.91º 0.88% 0.98% -
XYZ 50.09 41.29 6.56 -
YUV 164.46 52.12 189.01 -
System Red Green Blue C M Y K H S L
Decimal 250 147 30 0 0.41 0.88 0.02 31.91 0.96 0.55
Hex FA 93 1E 0 29 58 2 20 60 37
Octal 372 223 36 0 51 130 2 40 140 67
Binary 11111010 10010011 11110 0 101001 1011000 10 100000 1100000 110111

Color Harmonies of #FA931E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA931E

Black with #FA931E

Text Example


Text Example

White with #FA931E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA931E; }

 p { color: rgb(250,147,30); }

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

background-color css

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

 a { background-color: rgb(250,147,30); }

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

border-color css

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

 span { border-color: rgb(250,147,30); }

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