Html Css Color HEX #FF6930 Burnt Orange

📋 copy color: '#FF6930'

red 255 ◦ green 105 ◦ blue 48

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

Shades of Burnt Orange #FF6930

Tints of Burnt Orange #FF6930

RGB

 RED value IS 255 (100% from 255) = 62.5%

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

 BLUE value IS 48 (19.14% from 255) = 11.76%

R = 62.5%
G = 25.74%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF6930 (or 0xFF6930) is known color: Burnt Orange. HEX triplet: FF, 69 and 30. RGB value is (255,105,48). Sum of RGB (Red+Green+Blue) = 255+105+48=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6930 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6930 is #0096CF. Grayscale: #8F8F8F. Windows color (decimal): -38608 or 3172863. OLE color: 3172863.

HSL color Cylindrical-coordinate representation of color #FF6930: hue angle of 16.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF6930 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 105 48 -
CMYK 0 0.59 0.81 0
HSL 16.52º 1% 0.59% -
HSV(B) 16.52º 0.81% 1% -
XYZ 46.83 31.58 6.42 -
YUV 143.35 74.2 207.63 -
System Red Green Blue C M Y K H S L
Decimal 255 105 48 0 0.59 0.81 0 16.52 1 0.59
Hex FF 69 30 0 3B 51 0 11 64 3B
Octal 377 151 60 0 73 121 0 21 144 73
Binary 11111111 1101001 110000 0 111011 1010001 0 10001 1100100 111011

Color Harmonies of #FF6930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6930

Black with #FF6930

Text Example


Text Example

White with #FF6930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6930; }

 p { color: rgb(255,105,48); }

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

background-color css

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

 a { background-color: rgb(255,105,48); }

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

border-color css

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

 span { border-color: rgb(255,105,48); }

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