Html Css Color HEX #AFAF01 Citrus

📋 copy color: '#AFAF01'

red 175 ◦ green 175 ◦ blue 1

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

Shades of Citrus #AFAF01

Tints of Citrus #AFAF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 49.86%
G = 49.86%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AFAF01 (or 0xAFAF01) is known color: Citrus. HEX triplet: AF, AF and 01. RGB value is (175,175,1). Sum of RGB (Red+Green+Blue) = 175+175+1=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAF01 is #5050FE. Grayscale: #9B9B9B. Windows color (decimal): -5263615 or 110511. OLE color: 110511.

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

Color convert

RGB 175 175 1 -
CMYK 0 0 0.99 0.31
HSL 60º 0.99% 0.35% -
HSV(B) 60º 0.99% 0.69% -
XYZ 33.01 39.78 5.97 -
YUV 155.16 41 142.15 -
System Red Green Blue C M Y K H S L
Decimal 175 175 1 0 0 0.99 0.31 60 0.99 0.35
Hex AF AF 1 0 0 63 1F 3C 63 23
Octal 257 257 1 0 0 143 37 74 143 43
Binary 10101111 10101111 1 0 0 1100011 11111 111100 1100011 100011

Color Harmonies of #AFAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF01

Black with #AFAF01

Text Example


Text Example

White with #AFAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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