Html Css Color HEX #FA652A Burnt Orange

📋 copy color: '#FA652A'

red 250 ◦ green 101 ◦ blue 42

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

Shades of Burnt Orange #FA652A

Tints of Burnt Orange #FA652A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.7%

 BLUE value IS 42 (16.8% from 255) = 10.69%

R = 63.61%
G = 25.7%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA652A (or 0xFA652A) is known color: Burnt Orange. HEX triplet: FA, 65 and 2A. RGB value is (250,101,42). Sum of RGB (Red+Green+Blue) = 250+101+42=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA652A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA652A is #059AD5. Grayscale: #8B8B8B. Windows color (decimal): -367318 or 2778618. OLE color: 2778618.

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

Color convert

RGB 250 101 42 -
CMYK 0 0.60 0.83 0.02
HSL 17.02º 0.95% 0.57% -
HSV(B) 17.02º 0.83% 0.98% -
XYZ 44.5 29.8 5.6 -
YUV 138.83 73.36 207.3 -
System Red Green Blue C M Y K H S L
Decimal 250 101 42 0 0.60 0.83 0.02 17.02 0.95 0.57
Hex FA 65 2A 0 3C 53 2 11 5F 39
Octal 372 145 52 0 74 123 2 21 137 71
Binary 11111010 1100101 101010 0 111100 1010011 10 10001 1011111 111001

Color Harmonies of #FA652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA652A

Black with #FA652A

Text Example


Text Example

White with #FA652A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA652A; }

 p { color: rgb(250,101,42); }

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

background-color css

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

 a { background-color: rgb(250,101,42); }

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

border-color css

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

 span { border-color: rgb(250,101,42); }

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