Html Css Color HEX #FFAB3B Yellow Orange

📋 copy color: '#FFAB3B'

red 255 ◦ green 171 ◦ blue 59

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

Shades of Yellow Orange #FFAB3B

Tints of Yellow Orange #FFAB3B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

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

R = 52.58%
G = 35.26%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFAB3B (or 0xFFAB3B) is known color: Yellow Orange. HEX triplet: FF, AB and 3B. RGB value is (255,171,59). Sum of RGB (Red+Green+Blue) = 255+171+59=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 59 (23.44% from 255 or 12.16% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB3B is #0054C4. Grayscale: #B7B7B7. Windows color (decimal): -21701 or 3910655. OLE color: 3910655.

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

Color convert

RGB 255 171 59 -
CMYK 0 0.33 0.77 0
HSL 34.29º 1% 0.62% -
HSV(B) 34.29º 0.77% 1% -
XYZ 56.59 50.7 10.94 -
YUV 183.35 57.83 179.11 -
System Red Green Blue C M Y K H S L
Decimal 255 171 59 0 0.33 0.77 0 34.29 1 0.62
Hex FF AB 3B 0 21 4D 0 22 64 3E
Octal 377 253 73 0 41 115 0 42 144 76
Binary 11111111 10101011 111011 0 100001 1001101 0 100010 1100100 111110

Color Harmonies of #FFAB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB3B

Black with #FFAB3B

Text Example


Text Example

White with #FFAB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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