Html Css Color HEX #CFA502 Gamboge

📋 copy color: '#CFA502'

red 207 ◦ green 165 ◦ blue 2

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

Shades of Gamboge #CFA502

Tints of Gamboge #CFA502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.12%

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

R = 55.35%
G = 44.12%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CFA502 (or 0xCFA502) is known color: Gamboge. HEX triplet: CF, A5 and 02. RGB value is (207,165,2). Sum of RGB (Red+Green+Blue) = 207+165+2=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA502 is #305AFD. Grayscale: #9F9F9F. Windows color (decimal): -3169022 or 173519. OLE color: 173519.

HSL color Cylindrical-coordinate representation of color #CFA502: hue angle of 47.71º 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 #CFA502 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 165 2 -
CMYK 0 0.20 0.99 0.19
HSL 47.71º 0.98% 0.41% -
HSV(B) 47.71º 0.99% 0.81% -
XYZ 39.2 40.18 5.75 -
YUV 158.98 39.41 162.25 -
System Red Green Blue C M Y K H S L
Decimal 207 165 2 0 0.20 0.99 0.19 47.71 0.98 0.41
Hex CF A5 2 0 14 63 13 30 62 29
Octal 317 245 2 0 24 143 23 60 142 51
Binary 11001111 10100101 10 0 10100 1100011 10011 110000 1100010 101001

Color Harmonies of #CFA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA502

Black with #CFA502

Text Example


Text Example

White with #CFA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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