Html Css Color HEX #F67B2F Burnt Orange

📋 copy color: '#F67B2F'

red 246 ◦ green 123 ◦ blue 47

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

Shades of Burnt Orange #F67B2F

Tints of Burnt Orange #F67B2F

RGB

 RED value IS 246 (96.48% from 255) = 59.13%

 GREEN value IS 123 (48.44% from 255) = 29.57%

 BLUE value IS 47 (18.75% from 255) = 11.3%

R = 59.13%
G = 29.57%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F67B2F (or 0xF67B2F) is known color: Burnt Orange. HEX triplet: F6, 7B and 2F. RGB value is (246,123,47). Sum of RGB (Red+Green+Blue) = 246+123+47=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F67B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67B2F is #0984D0. Grayscale: #979797. Windows color (decimal): -623825 or 3111926. OLE color: 3111926.

HSL color Cylindrical-coordinate representation of color #F67B2F: hue angle of 22.91º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F67B2F is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 123 47 -
CMYK 0 0.50 0.81 0.04
HSL 22.91º 0.92% 0.57% -
HSV(B) 22.91º 0.81% 0.96% -
XYZ 45.6 33.96 6.84 -
YUV 151.11 69.25 195.68 -
System Red Green Blue C M Y K H S L
Decimal 246 123 47 0 0.50 0.81 0.04 22.91 0.92 0.57
Hex F6 7B 2F 0 32 51 4 17 5C 39
Octal 366 173 57 0 62 121 4 27 134 71
Binary 11110110 1111011 101111 0 110010 1010001 100 10111 1011100 111001

Color Harmonies of #F67B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67B2F

Black with #F67B2F

Text Example


Text Example

White with #F67B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67B2F; }

 p { color: rgb(246,123,47); }

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

background-color css

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

 a { background-color: rgb(246,123,47); }

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

border-color css

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

 span { border-color: rgb(246,123,47); }

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