Html Css Color HEX #CF9202 Gamboge

📋 copy color: '#CF9202'

red 207 ◦ green 146 ◦ blue 2

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

Shades of Gamboge #CF9202

Tints of Gamboge #CF9202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.13%

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

R = 58.31%
G = 41.13%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF9202 (or 0xCF9202) is known color: Gamboge. HEX triplet: CF, 92 and 02. RGB value is (207,146,2). Sum of RGB (Red+Green+Blue) = 207+146+2=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9202 is #306DFD. Grayscale: #949494. Windows color (decimal): -3173886 or 168655. OLE color: 168655.

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

Color convert

RGB 207 146 2 -
CMYK 0 0.29 0.99 0.19
HSL 42.15º 0.98% 0.41% -
HSV(B) 42.15º 0.99% 0.81% -
XYZ 36.02 33.83 4.69 -
YUV 147.82 45.71 170.21 -
System Red Green Blue C M Y K H S L
Decimal 207 146 2 0 0.29 0.99 0.19 42.15 0.98 0.41
Hex CF 92 2 0 1D 63 13 2A 62 29
Octal 317 222 2 0 35 143 23 52 142 51
Binary 11001111 10010010 10 0 11101 1100011 10011 101010 1100010 101001

Color Harmonies of #CF9202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9202

Black with #CF9202

Text Example


Text Example

White with #CF9202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9202; }

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

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

background-color css

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

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

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

border-color css

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

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

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