Html Css Color HEX #FF3800 Orange Red

📋 copy color: '#FF3800'

red 255 ◦ green 56 ◦ blue 0

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

Shades of Orange Red #FF3800

Tints of Orange Red #FF3800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.99%
G = 18.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF3800 (or 0xFF3800) is known color: Orange Red. HEX triplet: FF, 38 and 00. RGB value is (255,56,0). Sum of RGB (Red+Green+Blue) = 255+56+0=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3800 is #00C7FF. Grayscale: #6D6D6D. Windows color (decimal): -51200 or 14591. OLE color: 14591.

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

Color convert

RGB 255 56 0 -
CMYK 0 0.78 1 0
HSL 13.18º 1% 0.5% -
HSV(B) 13.18º 1% 1% -
XYZ 42.65 24.09 2.4 -
YUV 109.12 66.43 232.05 -
System Red Green Blue C M Y K H S L
Decimal 255 56 0 0 0.78 1 0 13.18 1 0.5
Hex FF 38 0 0 4E 64 0 D 64 32
Octal 377 70 0 0 116 144 0 15 144 62
Binary 11111111 111000 0 0 1001110 1100100 0 1101 1100100 110010

Color Harmonies of #FF3800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3800

Black with #FF3800

Text Example


Text Example

White with #FF3800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3800; }

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

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

background-color css

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

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

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

border-color css

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

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

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