Html Css Color HEX #FA941E Carrot Orange

📋 copy color: '#FA941E'

red 250 ◦ green 148 ◦ blue 30

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

Shades of Carrot Orange #FA941E

Tints of Carrot Orange #FA941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.58%

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

R = 58.41%
G = 34.58%
B = 7.01%

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

#FA941E (or 0xFA941E) is known color: Carrot Orange. HEX triplet: FA, 94 and 1E. RGB value is (250,148,30). Sum of RGB (Red+Green+Blue) = 250+148+30=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA941E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA941E is #056BE1. Grayscale: #A5A5A5. Windows color (decimal): -355298 or 2004218. OLE color: 2004218.

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

Color convert

RGB 250 148 30 -
CMYK 0 0.41 0.88 0.02
HSL 32.18º 0.96% 0.55% -
HSV(B) 32.18º 0.88% 0.98% -
XYZ 50.25 41.6 6.61 -
YUV 165.05 51.79 188.59 -
System Red Green Blue C M Y K H S L
Decimal 250 148 30 0 0.41 0.88 0.02 32.18 0.96 0.55
Hex FA 94 1E 0 29 58 2 20 60 37
Octal 372 224 36 0 51 130 2 40 140 67
Binary 11111010 10010100 11110 0 101001 1011000 10 100000 1100000 110111

Color Harmonies of #FA941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA941E

Black with #FA941E

Text Example


Text Example

White with #FA941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA941E; }

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

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

background-color css

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

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

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

border-color css

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

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

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