Html Css Color HEX #FF8A30 Neon Carrot

📋 copy color: '#FF8A30'

red 255 ◦ green 138 ◦ blue 48

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

Shades of Neon Carrot #FF8A30

Tints of Neon Carrot #FF8A30

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.29%

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

R = 57.82%
G = 31.29%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF8A30 (or 0xFF8A30) is known color: Neon Carrot. HEX triplet: FF, 8A and 30. RGB value is (255,138,48). Sum of RGB (Red+Green+Blue) = 255+138+48=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A30 is #0075CF. Grayscale: #A3A3A3. Windows color (decimal): -30160 or 3181311. OLE color: 3181311.

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

Color convert

RGB 255 138 48 -
CMYK 0 0.46 0.81 0
HSL 26.09º 1% 0.59% -
HSV(B) 26.09º 0.81% 1% -
XYZ 50.86 39.65 7.77 -
YUV 162.72 63.26 193.82 -
System Red Green Blue C M Y K H S L
Decimal 255 138 48 0 0.46 0.81 0 26.09 1 0.59
Hex FF 8A 30 0 2E 51 0 1A 64 3B
Octal 377 212 60 0 56 121 0 32 144 73
Binary 11111111 10001010 110000 0 101110 1010001 0 11010 1100100 111011

Color Harmonies of #FF8A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A30

Black with #FF8A30

Text Example


Text Example

White with #FF8A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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