Html Css Color HEX #FE9F3C Neon Carrot

📋 copy color: '#FE9F3C'

red 254 ◦ green 159 ◦ blue 60

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

Shades of Neon Carrot #FE9F3C

Tints of Neon Carrot #FE9F3C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.62%

 BLUE value IS 60 (23.83% from 255) = 12.68%

R = 53.7%
G = 33.62%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE9F3C (or 0xFE9F3C) is known color: Neon Carrot. HEX triplet: FE, 9F and 3C. RGB value is (254,159,60). Sum of RGB (Red+Green+Blue) = 254+159+60=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9F3C is #0160C3. Grayscale: #B0B0B0. Windows color (decimal): -90308 or 3973118. OLE color: 3973118.

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

Color convert

RGB 254 159 60 -
CMYK 0 0.37 0.76 0.00
HSL 30.62º 0.99% 0.62% -
HSV(B) 30.62º 0.76% 1% -
XYZ 54.09 46.19 10.34 -
YUV 176.12 62.47 183.55 -
System Red Green Blue C M Y K H S L
Decimal 254 159 60 0 0.37 0.76 0.00 30.62 0.99 0.62
Hex FE 9F 3C 0 25 4C 0 1F 63 3E
Octal 376 237 74 0 45 114 0 37 143 76
Binary 11111110 10011111 111100 0 100101 1001100 0 11111 1100011 111110

Color Harmonies of #FE9F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F3C

Black with #FE9F3C

Text Example


Text Example

White with #FE9F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F3C; }

 p { color: rgb(254,159,60); }

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

background-color css

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

 a { background-color: rgb(254,159,60); }

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

border-color css

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

 span { border-color: rgb(254,159,60); }

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