Html Css Color HEX #FA8426 Carrot Orange

📋 copy color: '#FA8426'

red 250 ◦ green 132 ◦ blue 38

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

Shades of Carrot Orange #FA8426

Tints of Carrot Orange #FA8426

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.43%

 BLUE value IS 38 (15.23% from 255) = 9.05%

R = 59.52%
G = 31.43%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA8426 (or 0xFA8426) is known color: Carrot Orange. HEX triplet: FA, 84 and 26. RGB value is (250,132,38). Sum of RGB (Red+Green+Blue) = 250+132+38=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8426 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8426 is #057BD9. Grayscale: #9D9D9D. Windows color (decimal): -359386 or 2524410. OLE color: 2524410.

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

Color convert

RGB 250 132 38 -
CMYK 0 0.47 0.85 0.02
HSL 26.6º 0.95% 0.56% -
HSV(B) 26.6º 0.85% 0.98% -
XYZ 48.03 36.97 6.44 -
YUV 156.57 61.09 194.64 -
System Red Green Blue C M Y K H S L
Decimal 250 132 38 0 0.47 0.85 0.02 26.6 0.95 0.56
Hex FA 84 26 0 2F 55 2 1B 5F 38
Octal 372 204 46 0 57 125 2 33 137 70
Binary 11111010 10000100 100110 0 101111 1010101 10 11011 1011111 111000

Color Harmonies of #FA8426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8426

Black with #FA8426

Text Example


Text Example

White with #FA8426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8426; }

 p { color: rgb(250,132,38); }

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

background-color css

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

 a { background-color: rgb(250,132,38); }

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

border-color css

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

 span { border-color: rgb(250,132,38); }

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