Html Css Color HEX #FF8C23 Carrot Orange

📋 copy color: '#FF8C23'

red 255 ◦ green 140 ◦ blue 35

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

Shades of Carrot Orange #FF8C23

Tints of Carrot Orange #FF8C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.14%

R = 59.3%
G = 32.56%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF8C23 (or 0xFF8C23) is known color: Carrot Orange. HEX triplet: FF, 8C and 23. RGB value is (255,140,35). Sum of RGB (Red+Green+Blue) = 255+140+35=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C23 is #0073DC. Grayscale: #A2A2A2. Windows color (decimal): -29661 or 2329855. OLE color: 2329855.

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

Color convert

RGB 255 140 35 -
CMYK 0 0.45 0.86 0
HSL 28.64º 1% 0.57% -
HSV(B) 28.64º 0.86% 1% -
XYZ 50.92 40.14 6.65 -
YUV 162.42 56.1 194.04 -
System Red Green Blue C M Y K H S L
Decimal 255 140 35 0 0.45 0.86 0 28.64 1 0.57
Hex FF 8C 23 0 2D 56 0 1D 64 39
Octal 377 214 43 0 55 126 0 35 144 71
Binary 11111111 10001100 100011 0 101101 1010110 0 11101 1100100 111001

Color Harmonies of #FF8C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C23

Black with #FF8C23

Text Example


Text Example

White with #FF8C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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