Html Css Color HEX #CFA202 Gamboge

📋 copy color: '#CFA202'

red 207 ◦ green 162 ◦ blue 2

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

Shades of Gamboge #CFA202

Tints of Gamboge #CFA202

RGB

 RED value IS 207 (81.25% from 255) = 55.8%

 GREEN value IS 162 (63.67% from 255) = 43.67%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 55.8%
G = 43.67%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CFA202 (or 0xCFA202) is known color: Gamboge. HEX triplet: CF, A2 and 02. RGB value is (207,162,2). Sum of RGB (Red+Green+Blue) = 207+162+2=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA202 is #305DFD. Grayscale: #9D9D9D. Windows color (decimal): -3169790 or 172751. OLE color: 172751.

HSL color Cylindrical-coordinate representation of color #CFA202: hue angle of 46.83º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFA202 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 162 2 -
CMYK 0 0.22 0.99 0.19
HSL 46.83º 0.98% 0.41% -
HSV(B) 46.83º 0.99% 0.81% -
XYZ 38.66 39.11 5.57 -
YUV 157.22 40.41 163.51 -
System Red Green Blue C M Y K H S L
Decimal 207 162 2 0 0.22 0.99 0.19 46.83 0.98 0.41
Hex CF A2 2 0 16 63 13 2F 62 29
Octal 317 242 2 0 26 143 23 57 142 51
Binary 11001111 10100010 10 0 10110 1100011 10011 101111 1100010 101001

Color Harmonies of #CFA202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA202

Black with #CFA202

Text Example


Text Example

White with #CFA202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA202; }

 p { color: rgb(207,162,2); }

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

background-color css

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

 a { background-color: rgb(207,162,2); }

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

border-color css

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

 span { border-color: rgb(207,162,2); }

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