Html Css Color HEX #AFA803 Citrus

📋 copy color: '#AFA803'

red 175 ◦ green 168 ◦ blue 3

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

Shades of Citrus #AFA803

Tints of Citrus #AFA803

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.55%

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

R = 50.58%
G = 48.55%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AFA803 (or 0xAFA803) is known color: Citrus. HEX triplet: AF, A8 and 03. RGB value is (175,168,3). Sum of RGB (Red+Green+Blue) = 175+168+3=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA803 is #5057FC. Grayscale: #979797. Windows color (decimal): -5265405 or 239791. OLE color: 239791.

HSL color Cylindrical-coordinate representation of color #AFA803: hue angle of 57.56º 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 #AFA803 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 3 -
CMYK 0 0.04 0.98 0.31
HSL 57.56º 0.97% 0.35% -
HSV(B) 57.56º 0.98% 0.69% -
XYZ 31.7 37.13 5.58 -
YUV 151.28 44.32 144.92 -
System Red Green Blue C M Y K H S L
Decimal 175 168 3 0 0.04 0.98 0.31 57.56 0.97 0.35
Hex AF A8 3 0 4 62 1F 3A 61 23
Octal 257 250 3 0 4 142 37 72 141 43
Binary 10101111 10101000 11 0 100 1100010 11111 111010 1100001 100011

Color Harmonies of #AFA803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA803

Black with #AFA803

Text Example


Text Example

White with #AFA803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA803; }

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

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

background-color css

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

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

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

border-color css

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

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

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