Html Css Color HEX #FFA138 Neon Carrot

📋 copy color: '#FFA138'

red 255 ◦ green 161 ◦ blue 56

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

Shades of Neon Carrot #FFA138

Tints of Neon Carrot #FFA138

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.11%

 BLUE value IS 56 (22.27% from 255) = 11.86%

R = 54.03%
G = 34.11%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FFA138 (or 0xFFA138) is known color: Neon Carrot. HEX triplet: FF, A1 and 38. RGB value is (255,161,56). Sum of RGB (Red+Green+Blue) = 255+161+56=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA138 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA138 is #005EC7. Grayscale: #B1B1B1. Windows color (decimal): -24264 or 3711487. OLE color: 3711487.

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

Color convert

RGB 255 161 56 -
CMYK 0 0.37 0.78 0
HSL 31.66º 1% 0.61% -
HSV(B) 31.66º 0.78% 1% -
XYZ 54.7 47.04 9.94 -
YUV 177.14 59.64 183.54 -
System Red Green Blue C M Y K H S L
Decimal 255 161 56 0 0.37 0.78 0 31.66 1 0.61
Hex FF A1 38 0 25 4E 0 20 64 3D
Octal 377 241 70 0 45 116 0 40 144 75
Binary 11111111 10100001 111000 0 100101 1001110 0 100000 1100100 111101

Color Harmonies of #FFA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA138

Black with #FFA138

Text Example


Text Example

White with #FFA138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA138; }

 p { color: rgb(255,161,56); }

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

background-color css

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

 a { background-color: rgb(255,161,56); }

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

border-color css

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

 span { border-color: rgb(255,161,56); }

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