Html Css Color HEX #FF612A Outrageous Orange

📋 copy color: '#FF612A'

red 255 ◦ green 97 ◦ blue 42

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

Shades of Outrageous Orange #FF612A

Tints of Outrageous Orange #FF612A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.66%

R = 64.72%
G = 24.62%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF612A (or 0xFF612A) is known color: Outrageous Orange. HEX triplet: FF, 61 and 2A. RGB value is (255,97,42). Sum of RGB (Red+Green+Blue) = 255+97+42=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF612A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF612A is #009ED5. Grayscale: #8A8A8A. Windows color (decimal): -40662 or 2777599. OLE color: 2777599.

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

Color convert

RGB 255 97 42 -
CMYK 0 0.62 0.84 0
HSL 15.49º 1% 0.58% -
HSV(B) 15.49º 0.84% 1% -
XYZ 45.93 29.98 5.56 -
YUV 137.97 73.85 211.47 -
System Red Green Blue C M Y K H S L
Decimal 255 97 42 0 0.62 0.84 0 15.49 1 0.58
Hex FF 61 2A 0 3E 54 0 F 64 3A
Octal 377 141 52 0 76 124 0 17 144 72
Binary 11111111 1100001 101010 0 111110 1010100 0 1111 1100100 111010

Color Harmonies of #FF612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF612A

Black with #FF612A

Text Example


Text Example

White with #FF612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF612A; }

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

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

background-color css

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

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

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

border-color css

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

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

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