Html Css Color HEX #FFA038 Neon Carrot

📋 copy color: '#FFA038'

red 255 ◦ green 160 ◦ blue 56

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

Shades of Neon Carrot #FFA038

Tints of Neon Carrot #FFA038

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.97%

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

R = 54.14%
G = 33.97%
B = 11.89%

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

#FFA038 (or 0xFFA038) is known color: Neon Carrot. HEX triplet: FF, A0 and 38. RGB value is (255,160,56). Sum of RGB (Red+Green+Blue) = 255+160+56=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA038 is #005FC7. Grayscale: #B1B1B1. Windows color (decimal): -24520 or 3711231. OLE color: 3711231.

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

Color convert

RGB 255 160 56 -
CMYK 0 0.37 0.78 0
HSL 31.36º 1% 0.61% -
HSV(B) 31.36º 0.78% 1% -
XYZ 54.52 46.69 9.88 -
YUV 176.55 59.97 183.96 -
System Red Green Blue C M Y K H S L
Decimal 255 160 56 0 0.37 0.78 0 31.36 1 0.61
Hex FF A0 38 0 25 4E 0 1F 64 3D
Octal 377 240 70 0 45 116 0 37 144 75
Binary 11111111 10100000 111000 0 100101 1001110 0 11111 1100100 111101

Color Harmonies of #FFA038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA038

Black with #FFA038

Text Example


Text Example

White with #FFA038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA038; }

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

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

background-color css

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

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

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

border-color css

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

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

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