Html Css Color HEX #FFA13D Neon Carrot

📋 copy color: '#FFA13D'

red 255 ◦ green 161 ◦ blue 61

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

Shades of Neon Carrot #FFA13D

Tints of Neon Carrot #FFA13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.79%

R = 53.46%
G = 33.75%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFA13D (or 0xFFA13D) is known color: Neon Carrot. HEX triplet: FF, A1 and 3D. RGB value is (255,161,61). Sum of RGB (Red+Green+Blue) = 255+161+61=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 61 (24.22% from 255 or 12.79% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA13D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA13D is #005EC2. Grayscale: #B2B2B2. Windows color (decimal): -24259 or 4039167. OLE color: 4039167.

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

Color convert

RGB 255 161 61 -
CMYK 0 0.37 0.76 0
HSL 30.93º 1% 0.62% -
HSV(B) 30.93º 0.76% 1% -
XYZ 54.83 47.09 10.61 -
YUV 177.71 62.14 183.13 -
System Red Green Blue C M Y K H S L
Decimal 255 161 61 0 0.37 0.76 0 30.93 1 0.62
Hex FF A1 3D 0 25 4C 0 1F 64 3E
Octal 377 241 75 0 45 114 0 37 144 76
Binary 11111111 10100001 111101 0 100101 1001100 0 11111 1100100 111110

Color Harmonies of #FFA13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA13D

Black with #FFA13D

Text Example


Text Example

White with #FFA13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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