Html Css Color HEX #F0652B Burnt Orange

📋 copy color: '#F0652B'

red 240 ◦ green 101 ◦ blue 43

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

Shades of Burnt Orange #F0652B

Tints of Burnt Orange #F0652B

RGB

 RED value IS 240 (94.14% from 255) = 62.5%

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

 BLUE value IS 43 (17.19% from 255) = 11.2%

R = 62.5%
G = 26.3%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0652B (or 0xF0652B) is known color: Burnt Orange. HEX triplet: F0, 65 and 2B. RGB value is (240,101,43). Sum of RGB (Red+Green+Blue) = 240+101+43=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0652B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0652B is #0F9AD4. Grayscale: #888888. Windows color (decimal): -1022677 or 2844144. OLE color: 2844144.

HSL color Cylindrical-coordinate representation of color #F0652B: hue angle of 17.66º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0652B is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 43 -
CMYK 0 0.58 0.82 0.06
HSL 17.66º 0.87% 0.55% -
HSV(B) 17.66º 0.82% 0.94% -
XYZ 41.02 28.01 5.53 -
YUV 135.95 75.55 202.22 -
System Red Green Blue C M Y K H S L
Decimal 240 101 43 0 0.58 0.82 0.06 17.66 0.87 0.55
Hex F0 65 2B 0 3A 52 6 12 57 37
Octal 360 145 53 0 72 122 6 22 127 67
Binary 11110000 1100101 101011 0 111010 1010010 110 10010 1010111 110111

Color Harmonies of #F0652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0652B

Black with #F0652B

Text Example


Text Example

White with #F0652B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0652B; }

 p { color: rgb(240,101,43); }

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

background-color css

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

 a { background-color: rgb(240,101,43); }

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

border-color css

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

 span { border-color: rgb(240,101,43); }

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