Html Css Color HEX #FA6B27 Burnt Orange

📋 copy color: '#FA6B27'

red 250 ◦ green 107 ◦ blue 39

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

Shades of Burnt Orange #FA6B27

Tints of Burnt Orange #FA6B27

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.02%

 BLUE value IS 39 (15.63% from 255) = 9.85%

R = 63.13%
G = 27.02%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA6B27 (or 0xFA6B27) is known color: Burnt Orange. HEX triplet: FA, 6B and 27. RGB value is (250,107,39). Sum of RGB (Red+Green+Blue) = 250+107+39=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6B27 is #0594D8. Grayscale: #8E8E8E. Windows color (decimal): -365785 or 2583546. OLE color: 2583546.

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

Color convert

RGB 250 107 39 -
CMYK 0 0.57 0.84 0.02
HSL 19.34º 0.95% 0.57% -
HSV(B) 19.34º 0.84% 0.98% -
XYZ 45.05 30.99 5.53 -
YUV 142.01 69.88 205.03 -
System Red Green Blue C M Y K H S L
Decimal 250 107 39 0 0.57 0.84 0.02 19.34 0.95 0.57
Hex FA 6B 27 0 39 54 2 13 5F 39
Octal 372 153 47 0 71 124 2 23 137 71
Binary 11111010 1101011 100111 0 111001 1010100 10 10011 1011111 111001

Color Harmonies of #FA6B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B27

Black with #FA6B27

Text Example


Text Example

White with #FA6B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B27; }

 p { color: rgb(250,107,39); }

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

background-color css

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

 a { background-color: rgb(250,107,39); }

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

border-color css

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

 span { border-color: rgb(250,107,39); }

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