Html Css Color HEX #FF8C30 Neon Carrot

📋 copy color: '#FF8C30'

red 255 ◦ green 140 ◦ blue 48

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

Shades of Neon Carrot #FF8C30

Tints of Neon Carrot #FF8C30

RGB

 RED value IS 255 (100% from 255) = 57.56%

 GREEN value IS 140 (55.08% from 255) = 31.6%

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

R = 57.56%
G = 31.6%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF8C30 (or 0xFF8C30) is known color: Neon Carrot. HEX triplet: FF, 8C and 30. RGB value is (255,140,48). Sum of RGB (Red+Green+Blue) = 255+140+48=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C30 is #0073CF. Grayscale: #A4A4A4. Windows color (decimal): -29648 or 3181823. OLE color: 3181823.

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

Color convert

RGB 255 140 48 -
CMYK 0 0.45 0.81 0
HSL 26.67º 1% 0.59% -
HSV(B) 26.67º 0.81% 1% -
XYZ 51.15 40.23 7.87 -
YUV 163.9 62.6 192.98 -
System Red Green Blue C M Y K H S L
Decimal 255 140 48 0 0.45 0.81 0 26.67 1 0.59
Hex FF 8C 30 0 2D 51 0 1B 64 3B
Octal 377 214 60 0 55 121 0 33 144 73
Binary 11111111 10001100 110000 0 101101 1010001 0 11011 1100100 111011

Color Harmonies of #FF8C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C30

Black with #FF8C30

Text Example


Text Example

White with #FF8C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C30; }

 p { color: rgb(255,140,48); }

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

background-color css

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

 a { background-color: rgb(255,140,48); }

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

border-color css

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

 span { border-color: rgb(255,140,48); }

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