Html Css Color HEX #FA8520 Carrot Orange

📋 copy color: '#FA8520'

red 250 ◦ green 133 ◦ blue 32

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

Shades of Carrot Orange #FA8520

Tints of Carrot Orange #FA8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.05%

 BLUE value IS 32 (12.89% from 255) = 7.71%

R = 60.24%
G = 32.05%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA8520 (or 0xFA8520) is known color: Carrot Orange. HEX triplet: FA, 85 and 20. RGB value is (250,133,32). Sum of RGB (Red+Green+Blue) = 250+133+32=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8520 is #057ADF. Grayscale: #9C9C9C. Windows color (decimal): -359136 or 2131450. OLE color: 2131450.

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

Color convert

RGB 250 133 32 -
CMYK 0 0.47 0.87 0.02
HSL 27.8º 0.96% 0.55% -
HSV(B) 27.8º 0.87% 0.98% -
XYZ 48.07 37.2 6.01 -
YUV 156.47 57.76 194.71 -
System Red Green Blue C M Y K H S L
Decimal 250 133 32 0 0.47 0.87 0.02 27.8 0.96 0.55
Hex FA 85 20 0 2F 57 2 1C 60 37
Octal 372 205 40 0 57 127 2 34 140 67
Binary 11111010 10000101 100000 0 101111 1010111 10 11100 1100000 110111

Color Harmonies of #FA8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8520

Black with #FA8520

Text Example


Text Example

White with #FA8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8520; }

 p { color: rgb(250,133,32); }

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

background-color css

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

 a { background-color: rgb(250,133,32); }

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

border-color css

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

 span { border-color: rgb(250,133,32); }

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