Html Css Color HEX #CF9602 Gamboge

📋 copy color: '#CF9602'

red 207 ◦ green 150 ◦ blue 2

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

Shades of Gamboge #CF9602

Tints of Gamboge #CF9602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.78%

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

R = 57.66%
G = 41.78%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF9602 (or 0xCF9602) is known color: Gamboge. HEX triplet: CF, 96 and 02. RGB value is (207,150,2). Sum of RGB (Red+Green+Blue) = 207+150+2=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9602 is #3069FD. Grayscale: #969696. Windows color (decimal): -3172862 or 169679. OLE color: 169679.

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

Color convert

RGB 207 150 2 -
CMYK 0 0.28 0.99 0.19
HSL 43.32º 0.98% 0.41% -
HSV(B) 43.32º 0.99% 0.81% -
XYZ 36.65 35.08 4.9 -
YUV 150.17 44.38 168.53 -
System Red Green Blue C M Y K H S L
Decimal 207 150 2 0 0.28 0.99 0.19 43.32 0.98 0.41
Hex CF 96 2 0 1C 63 13 2B 62 29
Octal 317 226 2 0 34 143 23 53 142 51
Binary 11001111 10010110 10 0 11100 1100011 10011 101011 1100010 101001

Color Harmonies of #CF9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9602

Black with #CF9602

Text Example


Text Example

White with #CF9602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9602; }

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

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

background-color css

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

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

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

border-color css

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

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

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