Html Css Color HEX #FF6430 Outrageous Orange

📋 copy color: '#FF6430'

red 255 ◦ green 100 ◦ blue 48

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

Shades of Outrageous Orange #FF6430

Tints of Outrageous Orange #FF6430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.91%

R = 63.28%
G = 24.81%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF6430 (or 0xFF6430) is known color: Outrageous Orange. HEX triplet: FF, 64 and 30. RGB value is (255,100,48). Sum of RGB (Red+Green+Blue) = 255+100+48=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6430 is #009BCF. Grayscale: #8C8C8C. Windows color (decimal): -39888 or 3171583. OLE color: 3171583.

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

Color convert

RGB 255 100 48 -
CMYK 0 0.61 0.81 0
HSL 15.07º 1% 0.59% -
HSV(B) 15.07º 0.81% 1% -
XYZ 46.33 30.59 6.26 -
YUV 140.42 75.85 209.73 -
System Red Green Blue C M Y K H S L
Decimal 255 100 48 0 0.61 0.81 0 15.07 1 0.59
Hex FF 64 30 0 3D 51 0 F 64 3B
Octal 377 144 60 0 75 121 0 17 144 73
Binary 11111111 1100100 110000 0 111101 1010001 0 1111 1100100 111011

Color Harmonies of #FF6430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6430

Black with #FF6430

Text Example


Text Example

White with #FF6430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6430; }

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

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

background-color css

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

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

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

border-color css

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

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

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