Html Css Color HEX #CF960E Gamboge

📋 copy color: '#CF960E'

red 207 ◦ green 150 ◦ blue 14

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

Shades of Gamboge #CF960E

Tints of Gamboge #CF960E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.77%

R = 55.8%
G = 40.43%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF960E (or 0xCF960E) is known color: Gamboge. HEX triplet: CF, 96 and 0E. RGB value is (207,150,14). Sum of RGB (Red+Green+Blue) = 207+150+14=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF960E is #3069F1. Grayscale: #989898. Windows color (decimal): -3172850 or 956111. OLE color: 956111.

HSL color Cylindrical-coordinate representation of color #CF960E: hue angle of 42.28º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF960E is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 150 14 -
CMYK 0 0.28 0.93 0.19
HSL 42.28º 0.87% 0.43% -
HSV(B) 42.28º 0.93% 0.81% -
XYZ 36.72 35.11 5.26 -
YUV 151.54 50.38 167.56 -
System Red Green Blue C M Y K H S L
Decimal 207 150 14 0 0.28 0.93 0.19 42.28 0.87 0.43
Hex CF 96 E 0 1C 5D 13 2A 57 2B
Octal 317 226 16 0 34 135 23 52 127 53
Binary 11001111 10010110 1110 0 11100 1011101 10011 101010 1010111 101011

Color Harmonies of #CF960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF960E

Black with #CF960E

Text Example


Text Example

White with #CF960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF960E; }

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

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

background-color css

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

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

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

border-color css

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

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

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