Html Css Color HEX #AFAB03 Citrus

📋 copy color: '#AFAB03'

red 175 ◦ green 171 ◦ blue 3

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

Shades of Citrus #AFAB03

Tints of Citrus #AFAB03

RGB

 RED value IS 175 (68.75% from 255) = 50.14%

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

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 50.14%
G = 49%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AFAB03 (or 0xAFAB03) is known color: 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

RGB 175 171 3 -
CMYK 0 0.02 0.98 0.31
HSL 58.6º 0.97% 0.35% -
HSV(B) 58.6º 0.98% 0.69% -
XYZ 32.26 38.25 5.77 -
YUV 153.04 43.33 143.66 -
System Red Green Blue C M Y K H S L
Decimal 175 171 3 0 0.02 0.98 0.31 58.6 0.97 0.35
Hex AF AB 3 0 2 62 1F 3B 61 23
Octal 257 253 3 0 2 142 37 73 141 43
Binary 10101111 10101011 11 0 10 1100010 11111 111011 1100001 100011

Color Harmonies of #AFAB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB03

Black with #AFAB03

Text Example


Text Example

White with #AFAB03

Text Example


Text Example

HTML Codes & Css Web 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>