Html Css Color HEX #CF9102 Gamboge

📋 copy color: '#CF9102'

red 207 ◦ green 145 ◦ blue 2

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

Shades of Gamboge #CF9102

Tints of Gamboge #CF9102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.96%

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

R = 58.47%
G = 40.96%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF9102 (or 0xCF9102) is known color: Gamboge. HEX triplet: CF, 91 and 02. RGB value is (207,145,2). Sum of RGB (Red+Green+Blue) = 207+145+2=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9102 is #306EFD. Grayscale: #939393. Windows color (decimal): -3174142 or 168399. OLE color: 168399.

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

Color convert

RGB 207 145 2 -
CMYK 0 0.30 0.99 0.19
HSL 41.85º 0.98% 0.41% -
HSV(B) 41.85º 0.99% 0.81% -
XYZ 35.87 33.52 4.64 -
YUV 147.24 46.04 170.63 -
System Red Green Blue C M Y K H S L
Decimal 207 145 2 0 0.30 0.99 0.19 41.85 0.98 0.41
Hex CF 91 2 0 1E 63 13 2A 62 29
Octal 317 221 2 0 36 143 23 52 142 51
Binary 11001111 10010001 10 0 11110 1100011 10011 101010 1100010 101001

Color Harmonies of #CF9102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9102

Black with #CF9102

Text Example


Text Example

White with #CF9102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9102; }

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

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

background-color css

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

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

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

border-color css

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

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

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