Html Css Color HEX #FE972F Neon Carrot

📋 copy color: '#FE972F'

red 254 ◦ green 151 ◦ blue 47

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

Shades of Neon Carrot #FE972F

Tints of Neon Carrot #FE972F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.4%

R = 56.19%
G = 33.41%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE972F (or 0xFE972F) is known color: Neon Carrot. HEX triplet: FE, 97 and 2F. RGB value is (254,151,47). Sum of RGB (Red+Green+Blue) = 254+151+47=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE972F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE972F is #0168D0. Grayscale: #AAAAAA. Windows color (decimal): -92369 or 3119102. OLE color: 3119102.

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

Color convert

RGB 254 151 47 -
CMYK 0 0.41 0.81 0.00
HSL 30.14º 0.99% 0.59% -
HSV(B) 30.14º 0.81% 1% -
XYZ 52.45 43.41 8.3 -
YUV 169.94 58.62 187.96 -
System Red Green Blue C M Y K H S L
Decimal 254 151 47 0 0.41 0.81 0.00 30.14 0.99 0.59
Hex FE 97 2F 0 29 51 0 1E 63 3B
Octal 376 227 57 0 51 121 0 36 143 73
Binary 11111110 10010111 101111 0 101001 1010001 0 11110 1100011 111011

Color Harmonies of #FE972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE972F

Black with #FE972F

Text Example


Text Example

White with #FE972F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE972F; }

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

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

background-color css

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

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

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

border-color css

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

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

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