Html Css Color HEX #AFAF04 Citrus

📋 copy color: '#AFAF04'

red 175 ◦ green 175 ◦ blue 4

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

Shades of Citrus #AFAF04

Tints of Citrus #AFAF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 49.44%
G = 49.44%
B = 1.13%

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

#AFAF04 (or 0xAFAF04) is known color: Citrus. HEX triplet: AF, AF and 04. RGB value is (175,175,4). Sum of RGB (Red+Green+Blue) = 175+175+4=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAF04 is #5050FB. Grayscale: #9C9C9C. Windows color (decimal): -5263612 or 307119. OLE color: 307119.

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

Color convert

RGB 175 175 4 -
CMYK 0 0 0.98 0.31
HSL 60º 0.96% 0.35% -
HSV(B) 60º 0.98% 0.69% -
XYZ 33.03 39.78 6.05 -
YUV 155.51 42.5 141.9 -
System Red Green Blue C M Y K H S L
Decimal 175 175 4 0 0 0.98 0.31 60 0.96 0.35
Hex AF AF 4 0 0 62 1F 3C 60 23
Octal 257 257 4 0 0 142 37 74 140 43
Binary 10101111 10101111 100 0 0 1100010 11111 111100 1100000 100011

Color Harmonies of #AFAF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF04

Black with #AFAF04

Text Example


Text Example

White with #AFAF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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