Html Css Color HEX #FE8F1B Carrot Orange

📋 copy color: '#FE8F1B'

red 254 ◦ green 143 ◦ blue 27

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

Shades of Carrot Orange #FE8F1B

Tints of Carrot Orange #FE8F1B

RGB

 RED value IS 254 (99.61% from 255) = 59.91%

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

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

R = 59.91%
G = 33.73%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE8F1B (or 0xFE8F1B) is known color: Carrot Orange. HEX triplet: FE, 8F and 1B. RGB value is (254,143,27). Sum of RGB (Red+Green+Blue) = 254+143+27=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8F1B is #0170E4. Grayscale: #A3A3A3. Windows color (decimal): -94437 or 1806334. OLE color: 1806334.

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

Color convert

RGB 254 143 27 -
CMYK 0 0.44 0.89 0.00
HSL 30.66º 0.99% 0.55% -
HSV(B) 30.66º 0.89% 1% -
XYZ 50.89 40.79 6.23 -
YUV 162.97 51.27 192.93 -
System Red Green Blue C M Y K H S L
Decimal 254 143 27 0 0.44 0.89 0.00 30.66 0.99 0.55
Hex FE 8F 1B 0 2C 59 0 1F 63 37
Octal 376 217 33 0 54 131 0 37 143 67
Binary 11111110 10001111 11011 0 101100 1011001 0 11111 1100011 110111

Color Harmonies of #FE8F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8F1B

Black with #FE8F1B

Text Example


Text Example

White with #FE8F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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