#AFAB03

Color #AFAB03 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #AFAB03

Tints of Citrus #AFAB03

Color information

#AFAB03 (or 0xAFAB03) is unknown color: approx Citrus. HEX triplet: AF, AB and 03. RGB value is (175,171,3). Sum of RGB (Red+Green+Blue) = 175+171+3=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAB03 is #5054FC. Grayscale: #999999. Windows color (decimal): -5264637 or 240559. OLE color: 240559.

HSL color Cylindrical-coordinate representation of color #AFAB03: hue angle of 58.6º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFAB03 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB1751713-
CMYK00.020.980.31
HSL58.6º96.63%34.9%-
HSV(B)58.6º98.29%68.63%-
XYZ32.2638.255.77-
YUV153.0443.33143.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 171 (67.19% from 255) = 49.00%
BLUE value IS 3 (1.56% from 255) = 0.86%
R=50.14%
G=49.00%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175171300.020.980.3158.696.6334.9
HexAFAB302621F3b6123
Octal257253302142377314143
Binary1010111110101011110101100010111111110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB03; }

 p { color: rgb(175,171,3); }

 H1.HeaderClassName
 {
   color: #AFAB03;
 }
 .AnyTagClassName
 {
   color: #AFAB03;
 }
</style>
background-color css

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

 a { background-color: rgb(175,171,3); }

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

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

 span { border-color: rgb(175,171,3); }

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