Html Css Color HEX #FA672F Burnt Orange

📋 copy color: '#FA672F'

red 250 ◦ green 103 ◦ blue 47

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

Shades of Burnt Orange #FA672F

Tints of Burnt Orange #FA672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.75%

 BLUE value IS 47 (18.75% from 255) = 11.75%

R = 62.5%
G = 25.75%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA672F (or 0xFA672F) is known color: Burnt Orange. HEX triplet: FA, 67 and 2F. RGB value is (250,103,47). Sum of RGB (Red+Green+Blue) = 250+103+47=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA672F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA672F is #0598D0. Grayscale: #8C8C8C. Windows color (decimal): -366801 or 3106810. OLE color: 3106810.

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

Color convert

RGB 250 103 47 -
CMYK 0 0.59 0.81 0.02
HSL 16.55º 0.95% 0.58% -
HSV(B) 16.55º 0.81% 0.98% -
XYZ 44.79 30.23 6.16 -
YUV 140.57 75.2 206.05 -
System Red Green Blue C M Y K H S L
Decimal 250 103 47 0 0.59 0.81 0.02 16.55 0.95 0.58
Hex FA 67 2F 0 3B 51 2 11 5F 3A
Octal 372 147 57 0 73 121 2 21 137 72
Binary 11111010 1100111 101111 0 111011 1010001 10 10001 1011111 111010

Color Harmonies of #FA672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA672F

Black with #FA672F

Text Example


Text Example

White with #FA672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA672F; }

 p { color: rgb(250,103,47); }

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

background-color css

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

 a { background-color: rgb(250,103,47); }

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

border-color css

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

 span { border-color: rgb(250,103,47); }

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