Html Css Color HEX #FF6022 Outrageous Orange

📋 copy color: '#FF6022'

red 255 ◦ green 96 ◦ blue 34

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

Shades of Outrageous Orange #FF6022

Tints of Outrageous Orange #FF6022

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.94%

 BLUE value IS 34 (13.67% from 255) = 8.83%

R = 66.23%
G = 24.94%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF6022 (or 0xFF6022) is known color: Outrageous Orange. HEX triplet: FF, 60 and 22. RGB value is (255,96,34). Sum of RGB (Red+Green+Blue) = 255+96+34=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6022 is #009FDD. Grayscale: #888888. Windows color (decimal): -40926 or 2253055. OLE color: 2253055.

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

Color convert

RGB 255 96 34 -
CMYK 0 0.62 0.87 0
HSL 16.83º 1% 0.57% -
HSV(B) 16.83º 0.87% 1% -
XYZ 45.71 29.74 4.84 -
YUV 136.47 70.18 212.54 -
System Red Green Blue C M Y K H S L
Decimal 255 96 34 0 0.62 0.87 0 16.83 1 0.57
Hex FF 60 22 0 3E 57 0 11 64 39
Octal 377 140 42 0 76 127 0 21 144 71
Binary 11111111 1100000 100010 0 111110 1010111 0 10001 1100100 111001

Color Harmonies of #FF6022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6022

Black with #FF6022

Text Example


Text Example

White with #FF6022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6022; }

 p { color: rgb(255,96,34); }

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

background-color css

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

 a { background-color: rgb(255,96,34); }

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

border-color css

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

 span { border-color: rgb(255,96,34); }

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