Html Css Color HEX #F06925 Burnt Orange

📋 copy color: '#F06925'

red 240 ◦ green 105 ◦ blue 37

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

Shades of Burnt Orange #F06925

Tints of Burnt Orange #F06925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.69%

R = 62.83%
G = 27.49%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F06925 (or 0xF06925) is known color: Burnt Orange. HEX triplet: F0, 69 and 25. RGB value is (240,105,37). Sum of RGB (Red+Green+Blue) = 240+105+37=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F06925 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06925 is #0F96DA. Grayscale: #8A8A8A. Windows color (decimal): -1021659 or 2451952. OLE color: 2451952.

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

Color convert

RGB 240 105 37 -
CMYK 0 0.56 0.85 0.06
HSL 20.1º 0.87% 0.54% -
HSV(B) 20.1º 0.85% 0.94% -
XYZ 41.32 28.76 5.12 -
YUV 137.61 71.23 201.03 -
System Red Green Blue C M Y K H S L
Decimal 240 105 37 0 0.56 0.85 0.06 20.1 0.87 0.54
Hex F0 69 25 0 38 55 6 14 57 36
Octal 360 151 45 0 70 125 6 24 127 66
Binary 11110000 1101001 100101 0 111000 1010101 110 10100 1010111 110110

Color Harmonies of #F06925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06925

Black with #F06925

Text Example


Text Example

White with #F06925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06925; }

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

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

background-color css

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

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

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

border-color css

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

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

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