Html Css Color HEX #F27829 Burnt Orange

📋 copy color: '#F27829'

red 242 ◦ green 120 ◦ blue 41

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

Shades of Burnt Orange #F27829

Tints of Burnt Orange #F27829

RGB

 RED value IS 242 (94.92% from 255) = 60.05%

 GREEN value IS 120 (47.27% from 255) = 29.78%

 BLUE value IS 41 (16.41% from 255) = 10.17%

R = 60.05%
G = 29.78%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F27829 (or 0xF27829) is known color: Burnt Orange. HEX triplet: F2, 78 and 29. RGB value is (242,120,41). Sum of RGB (Red+Green+Blue) = 242+120+41=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F27829 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27829 is #0D87D6. Grayscale: #939393. Windows color (decimal): -886743 or 2717938. OLE color: 2717938.

HSL color Cylindrical-coordinate representation of color #F27829: hue angle of 23.58º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F27829 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 120 41 -
CMYK 0 0.50 0.83 0.05
HSL 23.58º 0.89% 0.55% -
HSV(B) 23.58º 0.83% 0.95% -
XYZ 43.73 32.47 6.06 -
YUV 147.47 67.92 195.42 -
System Red Green Blue C M Y K H S L
Decimal 242 120 41 0 0.50 0.83 0.05 23.58 0.89 0.55
Hex F2 78 29 0 32 53 5 18 59 37
Octal 362 170 51 0 62 123 5 30 131 67
Binary 11110010 1111000 101001 0 110010 1010011 101 11000 1011001 110111

Color Harmonies of #F27829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27829

Black with #F27829

Text Example


Text Example

White with #F27829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27829; }

 p { color: rgb(242,120,41); }

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

background-color css

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

 a { background-color: rgb(242,120,41); }

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

border-color css

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

 span { border-color: rgb(242,120,41); }

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