Html Css Color HEX #FD612A Outrageous Orange

📋 copy color: '#FD612A'

red 253 ◦ green 97 ◦ blue 42

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

Shades of Outrageous Orange #FD612A

Tints of Outrageous Orange #FD612A

RGB

 RED value IS 253 (99.22% from 255) = 64.54%

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

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

R = 64.54%
G = 24.74%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD612A (or 0xFD612A) is known color: Outrageous Orange. HEX triplet: FD, 61 and 2A. RGB value is (253,97,42). Sum of RGB (Red+Green+Blue) = 253+97+42=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD612A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD612A is #029ED5. Grayscale: #898989. Windows color (decimal): -171734 or 2777597. OLE color: 2777597.

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

Color convert

RGB 253 97 42 -
CMYK 0 0.62 0.83 0.01
HSL 15.64º 0.98% 0.58% -
HSV(B) 15.64º 0.83% 0.99% -
XYZ 45.2 29.6 5.52 -
YUV 137.37 74.18 210.47 -
System Red Green Blue C M Y K H S L
Decimal 253 97 42 0 0.62 0.83 0.01 15.64 0.98 0.58
Hex FD 61 2A 0 3E 53 1 10 62 3A
Octal 375 141 52 0 76 123 1 20 142 72
Binary 11111101 1100001 101010 0 111110 1010011 1 10000 1100010 111010

Color Harmonies of #FD612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD612A

Black with #FD612A

Text Example


Text Example

White with #FD612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD612A; }

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

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

background-color css

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

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

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

border-color css

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

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

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