Html Css Color HEX #FA6C26 Burnt Orange

📋 copy color: '#FA6C26'

red 250 ◦ green 108 ◦ blue 38

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

Shades of Burnt Orange #FA6C26

Tints of Burnt Orange #FA6C26

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.27%

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

R = 63.13%
G = 27.27%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA6C26 (or 0xFA6C26) is known color: Burnt Orange. HEX triplet: FA, 6C and 26. RGB value is (250,108,38). Sum of RGB (Red+Green+Blue) = 250+108+38=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6C26 is #0593D9. Grayscale: #8E8E8E. Windows color (decimal): -365530 or 2518266. OLE color: 2518266.

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

Color convert

RGB 250 108 38 -
CMYK 0 0.57 0.85 0.02
HSL 19.81º 0.95% 0.56% -
HSV(B) 19.81º 0.85% 0.98% -
XYZ 45.14 31.19 5.47 -
YUV 142.48 69.04 204.69 -
System Red Green Blue C M Y K H S L
Decimal 250 108 38 0 0.57 0.85 0.02 19.81 0.95 0.56
Hex FA 6C 26 0 39 55 2 14 5F 38
Octal 372 154 46 0 71 125 2 24 137 70
Binary 11111010 1101100 100110 0 111001 1010101 10 10100 1011111 111000

Color Harmonies of #FA6C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C26

Black with #FA6C26

Text Example


Text Example

White with #FA6C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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