Html Css Color HEX #AFAF03 Citrus

📋 copy color: '#AFAF03'

red 175 ◦ green 175 ◦ blue 3

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

Shades of Citrus #AFAF03

Tints of Citrus #AFAF03

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.58%

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

R = 49.58%
G = 49.58%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AFAF03 (or 0xAFAF03) is known color: Citrus. HEX triplet: AF, AF and 03. RGB value is (175,175,3). Sum of RGB (Red+Green+Blue) = 175+175+3=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAF03 is #5050FC. Grayscale: #9C9C9C. Windows color (decimal): -5263613 or 241583. OLE color: 241583.

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

Color convert

RGB 175 175 3 -
CMYK 0 0 0.98 0.31
HSL 60º 0.97% 0.35% -
HSV(B) 60º 0.98% 0.69% -
XYZ 33.03 39.78 6.02 -
YUV 155.39 42 141.99 -
System Red Green Blue C M Y K H S L
Decimal 175 175 3 0 0 0.98 0.31 60 0.97 0.35
Hex AF AF 3 0 0 62 1F 3C 61 23
Octal 257 257 3 0 0 142 37 74 141 43
Binary 10101111 10101111 11 0 0 1100010 11111 111100 1100001 100011

Color Harmonies of #AFAF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF03

Black with #AFAF03

Text Example


Text Example

White with #AFAF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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