Html Css Color HEX #CF950E Gamboge

📋 copy color: '#CF950E'

red 207 ◦ green 149 ◦ blue 14

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

Shades of Gamboge #CF950E

Tints of Gamboge #CF950E

RGB

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

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

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

R = 55.95%
G = 40.27%
B = 3.78%

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

#CF950E (or 0xCF950E) is known color: Gamboge. HEX triplet: CF, 95 and 0E. RGB value is (207,149,14). Sum of RGB (Red+Green+Blue) = 207+149+14=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF950E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF950E is #306AF1. Grayscale: #979797. Windows color (decimal): -3173106 or 955855. OLE color: 955855.

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

Color convert

RGB 207 149 14 -
CMYK 0 0.28 0.93 0.19
HSL 41.97º 0.87% 0.43% -
HSV(B) 41.97º 0.93% 0.81% -
XYZ 36.56 34.79 5.2 -
YUV 150.95 50.72 167.98 -
System Red Green Blue C M Y K H S L
Decimal 207 149 14 0 0.28 0.93 0.19 41.97 0.87 0.43
Hex CF 95 E 0 1C 5D 13 2A 57 2B
Octal 317 225 16 0 34 135 23 52 127 53
Binary 11001111 10010101 1110 0 11100 1011101 10011 101010 1010111 101011

Color Harmonies of #CF950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF950E

Black with #CF950E

Text Example


Text Example

White with #CF950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF950E; }

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

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

background-color css

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

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

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

border-color css

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

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

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