Html Css Color HEX #AFCA32 Fuego

📋 copy color: '#AFCA32'

red 175 ◦ green 202 ◦ blue 50

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

Shades of Fuego #AFCA32

Tints of Fuego #AFCA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.31%

 BLUE value IS 50 (19.92% from 255) = 11.71%

R = 40.98%
G = 47.31%
B = 11.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#AFCA32 (or 0xAFCA32) is known color: Fuego. HEX triplet: AF, CA and 32. RGB value is (175,202,50). Sum of RGB (Red+Green+Blue) = 175+202+50=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCA32 is #5035CD. Grayscale: #B1B1B1. Windows color (decimal): -5256654 or 3328687. OLE color: 3328687.

HSL color Cylindrical-coordinate representation of color #AFCA32: hue angle of 70.66º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFCA32 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 50 -
CMYK 0.13 0 0.75 0.21
HSL 70.66º 0.6% 0.49% -
HSV(B) 70.66º 0.75% 0.79% -
XYZ 39.38 51.59 10.9 -
YUV 176.6 56.55 126.86 -
System Red Green Blue C M Y K H S L
Decimal 175 202 50 0.13 0 0.75 0.21 70.66 0.6 0.49
Hex AF CA 32 D 0 4B 15 47 3C 31
Octal 257 312 62 15 0 113 25 107 74 61
Binary 10101111 11001010 110010 1101 0 1001011 10101 1000111 111100 110001

Color Harmonies of #AFCA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA32

Black with #AFCA32

Text Example


Text Example

White with #AFCA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA32; }

 p { color: rgb(175,202,50); }

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

background-color css

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

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

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

border-color css

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

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

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