Html Css Color HEX #FFA40C Dark Tangerine

📋 copy color: '#FFA40C'

red 255 ◦ green 164 ◦ blue 12

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

Shades of Dark Tangerine #FFA40C

Tints of Dark Tangerine #FFA40C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.05%

 BLUE value IS 12 (5.08% from 255) = 2.78%

R = 59.16%
G = 38.05%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFA40C (or 0xFFA40C) is known color: Dark Tangerine. HEX triplet: FF, A4 and 0C. RGB value is (255,164,12). Sum of RGB (Red+Green+Blue) = 255+164+12=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA40C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA40C is #005BF3. Grayscale: #AEAEAE. Windows color (decimal): -23540 or 828671. OLE color: 828671.

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

Color convert

RGB 255 164 12 -
CMYK 0 0.36 0.95 0
HSL 37.53º 1% 0.52% -
HSV(B) 37.53º 0.95% 1% -
XYZ 54.58 47.84 6.7 -
YUV 173.88 36.65 185.86 -
System Red Green Blue C M Y K H S L
Decimal 255 164 12 0 0.36 0.95 0 37.53 1 0.52
Hex FF A4 C 0 24 5F 0 26 64 34
Octal 377 244 14 0 44 137 0 46 144 64
Binary 11111111 10100100 1100 0 100100 1011111 0 100110 1100100 110100

Color Harmonies of #FFA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA40C

Black with #FFA40C

Text Example


Text Example

White with #FFA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA40C; }

 p { color: rgb(255,164,12); }

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

background-color css

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

 a { background-color: rgb(255,164,12); }

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

border-color css

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

 span { border-color: rgb(255,164,12); }

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