Html Css Color HEX #FE982F Neon Carrot

📋 copy color: '#FE982F'

red 254 ◦ green 152 ◦ blue 47

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

Shades of Neon Carrot #FE982F

Tints of Neon Carrot #FE982F

RGB

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

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

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

R = 56.07%
G = 33.55%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE982F (or 0xFE982F) is known color: Neon Carrot. HEX triplet: FE, 98 and 2F. RGB value is (254,152,47). Sum of RGB (Red+Green+Blue) = 254+152+47=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 47 (18.75% from 255 or 10.38% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE982F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE982F is #0167D0. Grayscale: #ABABAB. Windows color (decimal): -92113 or 3119358. OLE color: 3119358.

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

Color convert

RGB 254 152 47 -
CMYK 0 0.40 0.81 0.00
HSL 30.43º 0.99% 0.59% -
HSV(B) 30.43º 0.81% 1% -
XYZ 52.61 43.73 8.36 -
YUV 170.53 58.29 187.54 -
System Red Green Blue C M Y K H S L
Decimal 254 152 47 0 0.40 0.81 0.00 30.43 0.99 0.59
Hex FE 98 2F 0 28 51 0 1E 63 3B
Octal 376 230 57 0 50 121 0 36 143 73
Binary 11111110 10011000 101111 0 101000 1010001 0 11110 1100011 111011

Color Harmonies of #FE982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE982F

Black with #FE982F

Text Example


Text Example

White with #FE982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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