Html Css Color HEX #CF9902 Gamboge

📋 copy color: '#CF9902'

red 207 ◦ green 153 ◦ blue 2

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

Shades of Gamboge #CF9902

Tints of Gamboge #CF9902

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

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

R = 57.18%
G = 42.27%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF9902 (or 0xCF9902) is known color: Gamboge. HEX triplet: CF, 99 and 02. RGB value is (207,153,2). Sum of RGB (Red+Green+Blue) = 207+153+2=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9902 is #3066FD. Grayscale: #989898. Windows color (decimal): -3172094 or 170447. OLE color: 170447.

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

Color convert

RGB 207 153 2 -
CMYK 0 0.26 0.99 0.19
HSL 44.2º 0.98% 0.41% -
HSV(B) 44.2º 0.99% 0.81% -
XYZ 37.13 36.05 5.06 -
YUV 151.93 43.39 167.28 -
System Red Green Blue C M Y K H S L
Decimal 207 153 2 0 0.26 0.99 0.19 44.2 0.98 0.41
Hex CF 99 2 0 1A 63 13 2C 62 29
Octal 317 231 2 0 32 143 23 54 142 51
Binary 11001111 10011001 10 0 11010 1100011 10011 101100 1100010 101001

Color Harmonies of #CF9902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9902

Black with #CF9902

Text Example


Text Example

White with #CF9902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9902; }

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

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

background-color css

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

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

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

border-color css

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

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

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