Html Css Color HEX #FF8C3C Sun

📋 copy color: '#FF8C3C'

red 255 ◦ green 140 ◦ blue 60

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

Shades of Sun #FF8C3C

Tints of Sun #FF8C3C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.77%

 BLUE value IS 60 (23.83% from 255) = 13.19%

R = 56.04%
G = 30.77%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF8C3C (or 0xFF8C3C) is known color: Sun. HEX triplet: FF, 8C and 3C. RGB value is (255,140,60). Sum of RGB (Red+Green+Blue) = 255+140+60=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C3C is #0073C3. Grayscale: #A5A5A5. Windows color (decimal): -29636 or 3968255. OLE color: 3968255.

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

Color convert

RGB 255 140 60 -
CMYK 0 0.45 0.76 0
HSL 24.62º 1% 0.62% -
HSV(B) 24.62º 0.76% 1% -
XYZ 51.43 40.34 9.35 -
YUV 165.27 68.6 192 -
System Red Green Blue C M Y K H S L
Decimal 255 140 60 0 0.45 0.76 0 24.62 1 0.62
Hex FF 8C 3C 0 2D 4C 0 19 64 3E
Octal 377 214 74 0 55 114 0 31 144 76
Binary 11111111 10001100 111100 0 101101 1001100 0 11001 1100100 111110

Color Harmonies of #FF8C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C3C

Black with #FF8C3C

Text Example


Text Example

White with #FF8C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C3C; }

 p { color: rgb(255,140,60); }

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

background-color css

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

 a { background-color: rgb(255,140,60); }

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

border-color css

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

 span { border-color: rgb(255,140,60); }

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