Html Css Color HEX #F3742A Burnt Orange

📋 copy color: '#F3742A'

red 243 ◦ green 116 ◦ blue 42

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

Shades of Burnt Orange #F3742A

Tints of Burnt Orange #F3742A

RGB

 RED value IS 243 (95.31% from 255) = 60.6%

 GREEN value IS 116 (45.7% from 255) = 28.93%

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

R = 60.6%
G = 28.93%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F3742A (or 0xF3742A) is known color: Burnt Orange. HEX triplet: F3, 74 and 2A. RGB value is (243,116,42). Sum of RGB (Red+Green+Blue) = 243+116+42=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F3742A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3742A is #0C8BD5. Grayscale: #919191. Windows color (decimal): -822230 or 2782451. OLE color: 2782451.

HSL color Cylindrical-coordinate representation of color #F3742A: hue angle of 22.09º degrees, saturation: 0.89, 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 #F3742A is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 116 42 -
CMYK 0 0.52 0.83 0.05
HSL 22.09º 0.89% 0.56% -
HSV(B) 22.09º 0.83% 0.95% -
XYZ 43.63 31.71 6.01 -
YUV 145.54 69.58 197.52 -
System Red Green Blue C M Y K H S L
Decimal 243 116 42 0 0.52 0.83 0.05 22.09 0.89 0.56
Hex F3 74 2A 0 34 53 5 16 59 38
Octal 363 164 52 0 64 123 5 26 131 70
Binary 11110011 1110100 101010 0 110100 1010011 101 10110 1011001 111000

Color Harmonies of #F3742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3742A

Black with #F3742A

Text Example


Text Example

White with #F3742A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3742A; }

 p { color: rgb(243,116,42); }

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

background-color css

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

 a { background-color: rgb(243,116,42); }

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

border-color css

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

 span { border-color: rgb(243,116,42); }

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