Html Css Color HEX #FF8C19 Carrot Orange

📋 copy color: '#FF8C19'

red 255 ◦ green 140 ◦ blue 25

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

Shades of Carrot Orange #FF8C19

Tints of Carrot Orange #FF8C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.95%

R = 60.71%
G = 33.33%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF8C19 (or 0xFF8C19) is known color: Carrot Orange. HEX triplet: FF, 8C and 19. RGB value is (255,140,25). Sum of RGB (Red+Green+Blue) = 255+140+25=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8C19 is #0073E6. Grayscale: #A1A1A1. Windows color (decimal): -29671 or 1674495. OLE color: 1674495.

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

Color convert

RGB 255 140 25 -
CMYK 0 0.45 0.90 0
HSL 30º 1% 0.55% -
HSV(B) 30º 0.9% 1% -
XYZ 50.79 40.09 5.98 -
YUV 161.28 51.1 194.85 -
System Red Green Blue C M Y K H S L
Decimal 255 140 25 0 0.45 0.90 0 30 1 0.55
Hex FF 8C 19 0 2D 5A 0 1E 64 37
Octal 377 214 31 0 55 132 0 36 144 67
Binary 11111111 10001100 11001 0 101101 1011010 0 11110 1100100 110111

Color Harmonies of #FF8C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C19

Black with #FF8C19

Text Example


Text Example

White with #FF8C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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