Html Css Color HEX #FF8F1B Carrot Orange

📋 copy color: '#FF8F1B'

red 255 ◦ green 143 ◦ blue 27

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

Shades of Carrot Orange #FF8F1B

Tints of Carrot Orange #FF8F1B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.65%

 BLUE value IS 27 (10.94% from 255) = 6.35%

R = 60%
G = 33.65%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF8F1B (or 0xFF8F1B) is known color: Carrot Orange. HEX triplet: FF, 8F and 1B. RGB value is (255,143,27). Sum of RGB (Red+Green+Blue) = 255+143+27=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F1B is #0070E4. Grayscale: #A3A3A3. Windows color (decimal): -28901 or 1806335. OLE color: 1806335.

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

Color convert

RGB 255 143 27 -
CMYK 0 0.44 0.89 0
HSL 30.53º 1% 0.55% -
HSV(B) 30.53º 0.89% 1% -
XYZ 51.26 40.98 6.25 -
YUV 163.26 51.11 193.43 -
System Red Green Blue C M Y K H S L
Decimal 255 143 27 0 0.44 0.89 0 30.53 1 0.55
Hex FF 8F 1B 0 2C 59 0 1F 64 37
Octal 377 217 33 0 54 131 0 37 144 67
Binary 11111111 10001111 11011 0 101100 1011001 0 11111 1100100 110111

Color Harmonies of #FF8F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8F1B

Black with #FF8F1B

Text Example


Text Example

White with #FF8F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8F1B; }

 p { color: rgb(255,143,27); }

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

background-color css

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

 a { background-color: rgb(255,143,27); }

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

border-color css

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

 span { border-color: rgb(255,143,27); }

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