Html Css Color HEX #F0692A Burnt Orange

📋 copy color: '#F0692A'

red 240 ◦ green 105 ◦ blue 42

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

Shades of Burnt Orange #F0692A

Tints of Burnt Orange #F0692A

RGB

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

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

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

R = 62.02%
G = 27.13%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0692A (or 0xF0692A) is known color: Burnt Orange. HEX triplet: F0, 69 and 2A. RGB value is (240,105,42). Sum of RGB (Red+Green+Blue) = 240+105+42=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0692A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0692A is #0F96D5. Grayscale: #8A8A8A. Windows color (decimal): -1021654 or 2779632. OLE color: 2779632.

HSL color Cylindrical-coordinate representation of color #F0692A: hue angle of 19.09º 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 #F0692A is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 42 -
CMYK 0 0.56 0.82 0.06
HSL 19.09º 0.87% 0.55% -
HSV(B) 19.09º 0.83% 0.94% -
XYZ 41.4 28.8 5.57 -
YUV 138.18 73.73 200.62 -
System Red Green Blue C M Y K H S L
Decimal 240 105 42 0 0.56 0.82 0.06 19.09 0.87 0.55
Hex F0 69 2A 0 38 52 6 13 57 37
Octal 360 151 52 0 70 122 6 23 127 67
Binary 11110000 1101001 101010 0 111000 1010010 110 10011 1010111 110111

Color Harmonies of #F0692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0692A

Black with #F0692A

Text Example


Text Example

White with #F0692A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0692A; }

 p { color: rgb(240,105,42); }

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

background-color css

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

 a { background-color: rgb(240,105,42); }

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

border-color css

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

 span { border-color: rgb(240,105,42); }

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