Html Css Color HEX #FA911D Carrot Orange

📋 copy color: '#FA911D'

red 250 ◦ green 145 ◦ blue 29

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

Shades of Carrot Orange #FA911D

Tints of Carrot Orange #FA911D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.2%

 BLUE value IS 29 (11.72% from 255) = 6.84%

R = 58.96%
G = 34.2%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA911D (or 0xFA911D) is known color: Carrot Orange. HEX triplet: FA, 91 and 1D. RGB value is (250,145,29). Sum of RGB (Red+Green+Blue) = 250+145+29=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA911D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA911D is #056EE2. Grayscale: #A3A3A3. Windows color (decimal): -356067 or 1937914. OLE color: 1937914.

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

Color convert

RGB 250 145 29 -
CMYK 0 0.42 0.88 0.02
HSL 31.49º 0.96% 0.55% -
HSV(B) 31.49º 0.88% 0.98% -
XYZ 49.77 40.66 6.39 -
YUV 163.17 52.29 189.93 -
System Red Green Blue C M Y K H S L
Decimal 250 145 29 0 0.42 0.88 0.02 31.49 0.96 0.55
Hex FA 91 1D 0 2A 58 2 1F 60 37
Octal 372 221 35 0 52 130 2 37 140 67
Binary 11111010 10010001 11101 0 101010 1011000 10 11111 1100000 110111

Color Harmonies of #FA911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA911D

Black with #FA911D

Text Example


Text Example

White with #FA911D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA911D; }

 p { color: rgb(250,145,29); }

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

background-color css

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

 a { background-color: rgb(250,145,29); }

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

border-color css

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

 span { border-color: rgb(250,145,29); }

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