Html Css Color HEX #FA692C Burnt Orange

📋 copy color: '#FA692C'

red 250 ◦ green 105 ◦ blue 44

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

Shades of Burnt Orange #FA692C

Tints of Burnt Orange #FA692C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.32%

 BLUE value IS 44 (17.58% from 255) = 11.03%

R = 62.66%
G = 26.32%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA692C (or 0xFA692C) is known color: Burnt Orange. HEX triplet: FA, 69 and 2C. RGB value is (250,105,44). Sum of RGB (Red+Green+Blue) = 250+105+44=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA692C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA692C is #0596D3. Grayscale: #8D8D8D. Windows color (decimal): -366292 or 2910714. OLE color: 2910714.

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

Color convert

RGB 250 105 44 -
CMYK 0 0.58 0.82 0.02
HSL 17.77º 0.95% 0.58% -
HSV(B) 17.77º 0.82% 0.98% -
XYZ 44.93 30.61 5.92 -
YUV 141.4 73.04 205.46 -
System Red Green Blue C M Y K H S L
Decimal 250 105 44 0 0.58 0.82 0.02 17.77 0.95 0.58
Hex FA 69 2C 0 3A 52 2 12 5F 3A
Octal 372 151 54 0 72 122 2 22 137 72
Binary 11111010 1101001 101100 0 111010 1010010 10 10010 1011111 111010

Color Harmonies of #FA692C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA692C

Black with #FA692C

Text Example


Text Example

White with #FA692C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA692C; }

 p { color: rgb(250,105,44); }

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

background-color css

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

 a { background-color: rgb(250,105,44); }

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

border-color css

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

 span { border-color: rgb(250,105,44); }

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