Html Css Color HEX #FA8528 Carrot Orange

📋 copy color: '#FA8528'

red 250 ◦ green 133 ◦ blue 40

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

Shades of Carrot Orange #FA8528

Tints of Carrot Orange #FA8528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.46%

R = 59.1%
G = 31.44%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA8528 (or 0xFA8528) is known color: Carrot Orange. HEX triplet: FA, 85 and 28. RGB value is (250,133,40). Sum of RGB (Red+Green+Blue) = 250+133+40=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8528 is #057AD7. Grayscale: #9D9D9D. Windows color (decimal): -359128 or 2655738. OLE color: 2655738.

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

Color convert

RGB 250 133 40 -
CMYK 0 0.47 0.84 0.02
HSL 26.57º 0.95% 0.57% -
HSV(B) 26.57º 0.84% 0.98% -
XYZ 48.19 37.25 6.66 -
YUV 157.38 61.76 194.06 -
System Red Green Blue C M Y K H S L
Decimal 250 133 40 0 0.47 0.84 0.02 26.57 0.95 0.57
Hex FA 85 28 0 2F 54 2 1B 5F 39
Octal 372 205 50 0 57 124 2 33 137 71
Binary 11111010 10000101 101000 0 101111 1010100 10 11011 1011111 111001

Color Harmonies of #FA8528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8528

Black with #FA8528

Text Example


Text Example

White with #FA8528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8528; }

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

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

background-color css

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

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

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

border-color css

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

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

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