Html Css Color HEX #FF8C1F Carrot Orange

📋 copy color: '#FF8C1F'

red 255 ◦ green 140 ◦ blue 31

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

Shades of Carrot Orange #FF8C1F

Tints of Carrot Orange #FF8C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.28%

R = 59.86%
G = 32.86%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF8C1F (or 0xFF8C1F) is known color: Carrot Orange. HEX triplet: FF, 8C and 1F. RGB value is (255,140,31). Sum of RGB (Red+Green+Blue) = 255+140+31=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C1F is #0073E0. Grayscale: #A2A2A2. Windows color (decimal): -29665 or 2067711. OLE color: 2067711.

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

Color convert

RGB 255 140 31 -
CMYK 0 0.45 0.88 0
HSL 29.2º 1% 0.56% -
HSV(B) 29.2º 0.88% 1% -
XYZ 50.87 40.12 6.36 -
YUV 161.96 54.1 194.36 -
System Red Green Blue C M Y K H S L
Decimal 255 140 31 0 0.45 0.88 0 29.2 1 0.56
Hex FF 8C 1F 0 2D 58 0 1D 64 38
Octal 377 214 37 0 55 130 0 35 144 70
Binary 11111111 10001100 11111 0 101101 1011000 0 11101 1100100 111000

Color Harmonies of #FF8C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C1F

Black with #FF8C1F

Text Example


Text Example

White with #FF8C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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