Html Css Color HEX #FE971B Carrot Orange

📋 copy color: '#FE971B'

red 254 ◦ green 151 ◦ blue 27

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

Shades of Carrot Orange #FE971B

Tints of Carrot Orange #FE971B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.95%

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

R = 58.8%
G = 34.95%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE971B (or 0xFE971B) is known color: Carrot Orange. HEX triplet: FE, 97 and 1B. RGB value is (254,151,27). Sum of RGB (Red+Green+Blue) = 254+151+27=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 27 (10.94% from 255 or 6.25% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE971B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE971B is #0168E4. Grayscale: #A8A8A8. Windows color (decimal): -92389 or 1808382. OLE color: 1808382.

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

Color convert

RGB 254 151 27 -
CMYK 0 0.41 0.89 0.00
HSL 32.78º 0.99% 0.55% -
HSV(B) 32.78º 0.89% 1% -
XYZ 52.14 43.28 6.64 -
YUV 167.66 48.62 189.58 -
System Red Green Blue C M Y K H S L
Decimal 254 151 27 0 0.41 0.89 0.00 32.78 0.99 0.55
Hex FE 97 1B 0 29 59 0 21 63 37
Octal 376 227 33 0 51 131 0 41 143 67
Binary 11111110 10010111 11011 0 101001 1011001 0 100001 1100011 110111

Color Harmonies of #FE971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE971B

Black with #FE971B

Text Example


Text Example

White with #FE971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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