Html Css Color HEX #CF950B Gamboge

📋 copy color: '#CF950B'

red 207 ◦ green 149 ◦ blue 11

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

Shades of Gamboge #CF950B

Tints of Gamboge #CF950B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.6%

 BLUE value IS 11 (4.69% from 255) = 3%

R = 56.4%
G = 40.6%
B = 3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF950B (or 0xCF950B) is known color: Gamboge. HEX triplet: CF, 95 and 0B. RGB value is (207,149,11). Sum of RGB (Red+Green+Blue) = 207+149+11=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF950B is #306AF4. Grayscale: #979797. Windows color (decimal): -3173109 or 759247. OLE color: 759247.

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

Color convert

RGB 207 149 11 -
CMYK 0 0.28 0.95 0.19
HSL 42.24º 0.9% 0.43% -
HSV(B) 42.24º 0.95% 0.81% -
XYZ 36.54 34.78 5.1 -
YUV 150.61 49.22 168.22 -
System Red Green Blue C M Y K H S L
Decimal 207 149 11 0 0.28 0.95 0.19 42.24 0.9 0.43
Hex CF 95 B 0 1C 5F 13 2A 5A 2B
Octal 317 225 13 0 34 137 23 52 132 53
Binary 11001111 10010101 1011 0 11100 1011111 10011 101010 1011010 101011

Color Harmonies of #CF950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF950B

Black with #CF950B

Text Example


Text Example

White with #CF950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF950B; }

 p { color: rgb(207,149,11); }

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

background-color css

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

 a { background-color: rgb(207,149,11); }

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

border-color css

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

 span { border-color: rgb(207,149,11); }

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