Html Css Color HEX #FE9C30 Neon Carrot

📋 copy color: '#FE9C30'

red 254 ◦ green 156 ◦ blue 48

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

Shades of Neon Carrot #FE9C30

Tints of Neon Carrot #FE9C30

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.06%

 BLUE value IS 48 (19.14% from 255) = 10.48%

R = 55.46%
G = 34.06%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE9C30 (or 0xFE9C30) is known color: Neon Carrot. HEX triplet: FE, 9C and 30. RGB value is (254,156,48). Sum of RGB (Red+Green+Blue) = 254+156+48=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9C30 is #0163CF. Grayscale: #ADADAD. Windows color (decimal): -91088 or 3185918. OLE color: 3185918.

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

Color convert

RGB 254 156 48 -
CMYK 0 0.39 0.81 0.00
HSL 31.46º 0.99% 0.59% -
HSV(B) 31.46º 0.81% 1% -
XYZ 53.3 45.06 8.69 -
YUV 172.99 57.47 185.78 -
System Red Green Blue C M Y K H S L
Decimal 254 156 48 0 0.39 0.81 0.00 31.46 0.99 0.59
Hex FE 9C 30 0 27 51 0 1F 63 3B
Octal 376 234 60 0 47 121 0 37 143 73
Binary 11111110 10011100 110000 0 100111 1010001 0 11111 1100011 111011

Color Harmonies of #FE9C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9C30

Black with #FE9C30

Text Example


Text Example

White with #FE9C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9C30; }

 p { color: rgb(254,156,48); }

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

background-color css

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

 a { background-color: rgb(254,156,48); }

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

border-color css

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

 span { border-color: rgb(254,156,48); }

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