Html Css Color HEX #FF6126 Outrageous Orange

📋 copy color: '#FF6126'

red 255 ◦ green 97 ◦ blue 38

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

Shades of Outrageous Orange #FF6126

Tints of Outrageous Orange #FF6126

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.87%

 BLUE value IS 38 (15.23% from 255) = 9.74%

R = 65.38%
G = 24.87%
B = 9.74%

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

#FF6126 (or 0xFF6126) is known color: Outrageous Orange. HEX triplet: FF, 61 and 26. RGB value is (255,97,38). Sum of RGB (Red+Green+Blue) = 255+97+38=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6126 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6126 is #009ED9. Grayscale: #898989. Windows color (decimal): -40666 or 2515455. OLE color: 2515455.

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

Color convert

RGB 255 97 38 -
CMYK 0 0.62 0.85 0
HSL 16.31º 1% 0.57% -
HSV(B) 16.31º 0.85% 1% -
XYZ 45.86 29.95 5.2 -
YUV 137.52 71.85 211.8 -
System Red Green Blue C M Y K H S L
Decimal 255 97 38 0 0.62 0.85 0 16.31 1 0.57
Hex FF 61 26 0 3E 55 0 10 64 39
Octal 377 141 46 0 76 125 0 20 144 71
Binary 11111111 1100001 100110 0 111110 1010101 0 10000 1100100 111001

Color Harmonies of #FF6126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6126

Black with #FF6126

Text Example


Text Example

White with #FF6126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6126; }

 p { color: rgb(255,97,38); }

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

background-color css

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

 a { background-color: rgb(255,97,38); }

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

border-color css

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

 span { border-color: rgb(255,97,38); }

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