Html Css Color HEX #FF380A Orange Red

📋 copy color: '#FF380A'

red 255 ◦ green 56 ◦ blue 10

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

Shades of Orange Red #FF380A

Tints of Orange Red #FF380A

RGB

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

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

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

R = 79.44%
G = 17.45%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF380A (or 0xFF380A) is known color: Orange Red. HEX triplet: FF, 38 and 0A. RGB value is (255,56,10). Sum of RGB (Red+Green+Blue) = 255+56+10=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF380A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF380A is #00C7F5. Grayscale: #6E6E6E. Windows color (decimal): -51190 or 669951. OLE color: 669951.

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

Color convert

RGB 255 56 10 -
CMYK 0 0.78 0.96 0
HSL 11.27º 1% 0.52% -
HSV(B) 11.27º 0.96% 1% -
XYZ 42.71 24.11 2.69 -
YUV 110.26 71.43 231.24 -
System Red Green Blue C M Y K H S L
Decimal 255 56 10 0 0.78 0.96 0 11.27 1 0.52
Hex FF 38 A 0 4E 60 0 B 64 34
Octal 377 70 12 0 116 140 0 13 144 64
Binary 11111111 111000 1010 0 1001110 1100000 0 1011 1100100 110100

Color Harmonies of #FF380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF380A

Black with #FF380A

Text Example


Text Example

White with #FF380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF380A; }

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

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

background-color css

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

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

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

border-color css

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

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

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