Html Css Color HEX #FF6428 Outrageous Orange

📋 copy color: '#FF6428'

red 255 ◦ green 100 ◦ blue 40

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

Shades of Outrageous Orange #FF6428

Tints of Outrageous Orange #FF6428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.32%

 BLUE value IS 40 (16.02% from 255) = 10.13%

R = 64.56%
G = 25.32%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF6428 (or 0xFF6428) is known color: Outrageous Orange. HEX triplet: FF, 64 and 28. RGB value is (255,100,40). Sum of RGB (Red+Green+Blue) = 255+100+40=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6428 is #009BD7. Grayscale: #8B8B8B. Windows color (decimal): -39896 or 2647295. OLE color: 2647295.

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

Color convert

RGB 255 100 40 -
CMYK 0 0.61 0.84 0
HSL 16.74º 1% 0.58% -
HSV(B) 16.74º 0.84% 1% -
XYZ 46.18 30.53 5.47 -
YUV 139.51 71.85 210.38 -
System Red Green Blue C M Y K H S L
Decimal 255 100 40 0 0.61 0.84 0 16.74 1 0.58
Hex FF 64 28 0 3D 54 0 11 64 3A
Octal 377 144 50 0 75 124 0 21 144 72
Binary 11111111 1100100 101000 0 111101 1010100 0 10001 1100100 111010

Color Harmonies of #FF6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6428

Black with #FF6428

Text Example


Text Example

White with #FF6428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6428; }

 p { color: rgb(255,100,40); }

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

background-color css

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

 a { background-color: rgb(255,100,40); }

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

border-color css

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

 span { border-color: rgb(255,100,40); }

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