Html Css Color HEX #F2772A Burnt Orange

📋 copy color: '#F2772A'

red 242 ◦ green 119 ◦ blue 42

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

Shades of Burnt Orange #F2772A

Tints of Burnt Orange #F2772A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.53%

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

R = 60.05%
G = 29.53%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2772A (or 0xF2772A) is known color: Burnt Orange. HEX triplet: F2, 77 and 2A. RGB value is (242,119,42). Sum of RGB (Red+Green+Blue) = 242+119+42=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2772A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2772A is #0D88D5. Grayscale: #939393. Windows color (decimal): -886998 or 2783218. OLE color: 2783218.

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

Color convert

RGB 242 119 42 -
CMYK 0 0.51 0.83 0.05
HSL 23.1º 0.88% 0.56% -
HSV(B) 23.1º 0.83% 0.95% -
XYZ 43.63 32.24 6.11 -
YUV 147 68.75 195.76 -
System Red Green Blue C M Y K H S L
Decimal 242 119 42 0 0.51 0.83 0.05 23.1 0.88 0.56
Hex F2 77 2A 0 33 53 5 17 58 38
Octal 362 167 52 0 63 123 5 27 130 70
Binary 11110010 1110111 101010 0 110011 1010011 101 10111 1011000 111000

Color Harmonies of #F2772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2772A

Black with #F2772A

Text Example


Text Example

White with #F2772A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2772A; }

 p { color: rgb(242,119,42); }

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

background-color css

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

 a { background-color: rgb(242,119,42); }

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

border-color css

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

 span { border-color: rgb(242,119,42); }

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