Html Css Color HEX #FFAE1B Dark Tangerine

📋 copy color: '#FFAE1B'

red 255 ◦ green 174 ◦ blue 27

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

Shades of Dark Tangerine #FFAE1B

Tints of Dark Tangerine #FFAE1B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.16%

 BLUE value IS 27 (10.94% from 255) = 5.92%

R = 55.92%
G = 38.16%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFAE1B (or 0xFFAE1B) is known color: Dark Tangerine. HEX triplet: FF, AE and 1B. RGB value is (255,174,27). Sum of RGB (Red+Green+Blue) = 255+174+27=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE1B is #0051E4. Grayscale: #B6B6B6. Windows color (decimal): -20965 or 1814271. OLE color: 1814271.

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

Color convert

RGB 255 174 27 -
CMYK 0 0.32 0.89 0
HSL 38.68º 1% 0.55% -
HSV(B) 38.68º 0.89% 1% -
XYZ 56.57 51.61 8.02 -
YUV 181.46 40.84 180.45 -
System Red Green Blue C M Y K H S L
Decimal 255 174 27 0 0.32 0.89 0 38.68 1 0.55
Hex FF AE 1B 0 20 59 0 27 64 37
Octal 377 256 33 0 40 131 0 47 144 67
Binary 11111111 10101110 11011 0 100000 1011001 0 100111 1100100 110111

Color Harmonies of #FFAE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE1B

Black with #FFAE1B

Text Example


Text Example

White with #FFAE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE1B; }

 p { color: rgb(255,174,27); }

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

background-color css

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

 a { background-color: rgb(255,174,27); }

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

border-color css

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

 span { border-color: rgb(255,174,27); }

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