Html Css Color HEX #FD370C Orange Red

📋 copy color: '#FD370C'

red 253 ◦ green 55 ◦ blue 12

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

Shades of Orange Red #FD370C

Tints of Orange Red #FD370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.19%

 BLUE value IS 12 (5.08% from 255) = 3.75%

R = 79.06%
G = 17.19%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD370C (or 0xFD370C) is known color: Orange Red. HEX triplet: FD, 37 and 0C. RGB value is (253,55,12). Sum of RGB (Red+Green+Blue) = 253+55+12=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD370C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD370C is #02C8F3. Grayscale: #6D6D6D. Windows color (decimal): -182516 or 800765. OLE color: 800765.

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

Color convert

RGB 253 55 12 -
CMYK 0 0.78 0.95 0.01
HSL 10.71º 0.98% 0.52% -
HSV(B) 10.71º 0.95% 0.99% -
XYZ 41.94 23.64 2.7 -
YUV 109.3 73.1 230.5 -
System Red Green Blue C M Y K H S L
Decimal 253 55 12 0 0.78 0.95 0.01 10.71 0.98 0.52
Hex FD 37 C 0 4E 5F 1 B 62 34
Octal 375 67 14 0 116 137 1 13 142 64
Binary 11111101 110111 1100 0 1001110 1011111 1 1011 1100010 110100

Color Harmonies of #FD370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD370C

Black with #FD370C

Text Example


Text Example

White with #FD370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD370C; }

 p { color: rgb(253,55,12); }

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

background-color css

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

 a { background-color: rgb(253,55,12); }

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

border-color css

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

 span { border-color: rgb(253,55,12); }

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