Html Css Color HEX #FFA13B Neon Carrot

📋 copy color: '#FFA13B'

red 255 ◦ green 161 ◦ blue 59

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

Shades of Neon Carrot #FFA13B

Tints of Neon Carrot #FFA13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.42%

R = 53.68%
G = 33.89%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFA13B (or 0xFFA13B) is known color: Neon Carrot. HEX triplet: FF, A1 and 3B. RGB value is (255,161,59). Sum of RGB (Red+Green+Blue) = 255+161+59=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA13B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA13B is #005EC4. Grayscale: #B1B1B1. Windows color (decimal): -24261 or 3908095. OLE color: 3908095.

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

Color convert

RGB 255 161 59 -
CMYK 0 0.37 0.77 0
HSL 31.22º 1% 0.62% -
HSV(B) 31.22º 0.77% 1% -
XYZ 54.77 47.07 10.34 -
YUV 177.48 61.14 183.29 -
System Red Green Blue C M Y K H S L
Decimal 255 161 59 0 0.37 0.77 0 31.22 1 0.62
Hex FF A1 3B 0 25 4D 0 1F 64 3E
Octal 377 241 73 0 45 115 0 37 144 76
Binary 11111111 10100001 111011 0 100101 1001101 0 11111 1100100 111110

Color Harmonies of #FFA13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA13B

Black with #FFA13B

Text Example


Text Example

White with #FFA13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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