Html Css Color HEX #FA8522 Carrot Orange

📋 copy color: '#FA8522'

red 250 ◦ green 133 ◦ blue 34

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

Shades of Carrot Orange #FA8522

Tints of Carrot Orange #FA8522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.15%

R = 59.95%
G = 31.89%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA8522 (or 0xFA8522) is known color: Carrot Orange. HEX triplet: FA, 85 and 22. RGB value is (250,133,34). Sum of RGB (Red+Green+Blue) = 250+133+34=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8522 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8522 is #057ADD. Grayscale: #9D9D9D. Windows color (decimal): -359134 or 2262522. OLE color: 2262522.

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

Color convert

RGB 250 133 34 -
CMYK 0 0.47 0.86 0.02
HSL 27.5º 0.96% 0.56% -
HSV(B) 27.5º 0.86% 0.98% -
XYZ 48.1 37.21 6.16 -
YUV 156.7 58.76 194.55 -
System Red Green Blue C M Y K H S L
Decimal 250 133 34 0 0.47 0.86 0.02 27.5 0.96 0.56
Hex FA 85 22 0 2F 56 2 1C 60 38
Octal 372 205 42 0 57 126 2 34 140 70
Binary 11111010 10000101 100010 0 101111 1010110 10 11100 1100000 111000

Color Harmonies of #FA8522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8522

Black with #FA8522

Text Example


Text Example

White with #FA8522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8522; }

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

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

background-color css

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

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

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

border-color css

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

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

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