Html Css Color HEX #FF652A Burnt Orange

📋 copy color: '#FF652A'

red 255 ◦ green 101 ◦ blue 42

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

Shades of Burnt Orange #FF652A

Tints of Burnt Orange #FF652A

RGB

 RED value IS 255 (100% from 255) = 64.07%

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

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

R = 64.07%
G = 25.38%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF652A (or 0xFF652A) is known color: Burnt Orange. HEX triplet: FF, 65 and 2A. RGB value is (255,101,42). Sum of RGB (Red+Green+Blue) = 255+101+42=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF652A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF652A is #009AD5. Grayscale: #8C8C8C. Windows color (decimal): -39638 or 2778623. OLE color: 2778623.

HSL color Cylindrical-coordinate representation of color #FF652A: hue angle of 16.62º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF652A is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 101 42 -
CMYK 0 0.60 0.84 0
HSL 16.62º 1% 0.58% -
HSV(B) 16.62º 0.84% 1% -
XYZ 46.31 30.73 5.68 -
YUV 140.32 72.52 209.8 -
System Red Green Blue C M Y K H S L
Decimal 255 101 42 0 0.60 0.84 0 16.62 1 0.58
Hex FF 65 2A 0 3C 54 0 11 64 3A
Octal 377 145 52 0 74 124 0 21 144 72
Binary 11111111 1100101 101010 0 111100 1010100 0 10001 1100100 111010

Color Harmonies of #FF652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF652A

Black with #FF652A

Text Example


Text Example

White with #FF652A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF652A; }

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

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

background-color css

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

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

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

border-color css

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

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

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