Html Css Color HEX #FE981B Carrot Orange

📋 copy color: '#FE981B'

red 254 ◦ green 152 ◦ blue 27

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

Shades of Carrot Orange #FE981B

Tints of Carrot Orange #FE981B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.1%

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

R = 58.66%
G = 35.1%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE981B (or 0xFE981B) is known color: Carrot Orange. HEX triplet: FE, 98 and 1B. RGB value is (254,152,27). Sum of RGB (Red+Green+Blue) = 254+152+27=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE981B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE981B is #0167E4. Grayscale: #A8A8A8. Windows color (decimal): -92133 or 1808638. OLE color: 1808638.

HSL color Cylindrical-coordinate representation of color #FE981B: hue angle of 33.04º 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 #FE981B is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 152 27 -
CMYK 0 0.40 0.89 0.00
HSL 33.04º 0.99% 0.55% -
HSV(B) 33.04º 0.89% 1% -
XYZ 52.3 43.61 6.7 -
YUV 168.25 48.29 189.16 -
System Red Green Blue C M Y K H S L
Decimal 254 152 27 0 0.40 0.89 0.00 33.04 0.99 0.55
Hex FE 98 1B 0 28 59 0 21 63 37
Octal 376 230 33 0 50 131 0 41 143 67
Binary 11111110 10011000 11011 0 101000 1011001 0 100001 1100011 110111

Color Harmonies of #FE981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE981B

Black with #FE981B

Text Example


Text Example

White with #FE981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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