Html Css Color HEX #FF6227 Outrageous Orange

📋 copy color: '#FF6227'

red 255 ◦ green 98 ◦ blue 39

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

Shades of Outrageous Orange #FF6227

Tints of Outrageous Orange #FF6227

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25%

 BLUE value IS 39 (15.63% from 255) = 9.95%

R = 65.05%
G = 25%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF6227 (or 0xFF6227) is known color: Outrageous Orange. HEX triplet: FF, 62 and 27. RGB value is (255,98,39). Sum of RGB (Red+Green+Blue) = 255+98+39=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 39 (15.62% from 255 or 9.95% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6227 is #009DD8. Grayscale: #8A8A8A. Windows color (decimal): -40409 or 2581247. OLE color: 2581247.

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

Color convert

RGB 255 98 39 -
CMYK 0 0.62 0.85 0
HSL 16.39º 1% 0.58% -
HSV(B) 16.39º 0.85% 1% -
XYZ 45.97 30.14 5.31 -
YUV 138.22 72.01 211.3 -
System Red Green Blue C M Y K H S L
Decimal 255 98 39 0 0.62 0.85 0 16.39 1 0.58
Hex FF 62 27 0 3E 55 0 10 64 3A
Octal 377 142 47 0 76 125 0 20 144 72
Binary 11111111 1100010 100111 0 111110 1010101 0 10000 1100100 111010

Color Harmonies of #FF6227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6227

Black with #FF6227

Text Example


Text Example

White with #FF6227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6227; }

 p { color: rgb(255,98,39); }

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

background-color css

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

 a { background-color: rgb(255,98,39); }

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

border-color css

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

 span { border-color: rgb(255,98,39); }

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