Html Css Color HEX #FD380A Orange Red

📋 copy color: '#FD380A'

red 253 ◦ green 56 ◦ blue 10

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

Shades of Orange Red #FD380A

Tints of Orange Red #FD380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 79.31%
G = 17.55%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD380A (or 0xFD380A) is known color: Orange Red. HEX triplet: FD, 38 and 0A. RGB value is (253,56,10). Sum of RGB (Red+Green+Blue) = 253+56+10=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD380A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD380A is #02C7F5. Grayscale: #6E6E6E. Windows color (decimal): -182262 or 669949. OLE color: 669949.

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

Color convert

RGB 253 56 10 -
CMYK 0 0.78 0.96 0.01
HSL 11.36º 0.98% 0.52% -
HSV(B) 11.36º 0.96% 0.99% -
XYZ 41.98 23.73 2.66 -
YUV 109.66 71.77 230.24 -
System Red Green Blue C M Y K H S L
Decimal 253 56 10 0 0.78 0.96 0.01 11.36 0.98 0.52
Hex FD 38 A 0 4E 60 1 B 62 34
Octal 375 70 12 0 116 140 1 13 142 64
Binary 11111101 111000 1010 0 1001110 1100000 1 1011 1100010 110100

Color Harmonies of #FD380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD380A

Black with #FD380A

Text Example


Text Example

White with #FD380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD380A; }

 p { color: rgb(253,56,10); }

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

background-color css

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

 a { background-color: rgb(253,56,10); }

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

border-color css

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

 span { border-color: rgb(253,56,10); }

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