Html Css Color HEX #CF8F10 Gamboge

📋 copy color: '#CF8F10'

red 207 ◦ green 143 ◦ blue 16

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

Shades of Gamboge #CF8F10

Tints of Gamboge #CF8F10

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.07%

 BLUE value IS 16 (6.64% from 255) = 4.37%

R = 56.56%
G = 39.07%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF8F10 (or 0xCF8F10) is known color: Gamboge. HEX triplet: CF, 8F and 10. RGB value is (207,143,16). Sum of RGB (Red+Green+Blue) = 207+143+16=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8F10 is #3070EF. Grayscale: #949494. Windows color (decimal): -3174640 or 1085391. OLE color: 1085391.

HSL color Cylindrical-coordinate representation of color #CF8F10: hue angle of 39.9º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF8F10 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 143 16 -
CMYK 0 0.31 0.92 0.19
HSL 39.9º 0.86% 0.44% -
HSV(B) 39.9º 0.92% 0.81% -
XYZ 35.65 32.95 4.97 -
YUV 147.66 53.7 170.33 -
System Red Green Blue C M Y K H S L
Decimal 207 143 16 0 0.31 0.92 0.19 39.9 0.86 0.44
Hex CF 8F 10 0 1F 5C 13 28 56 2C
Octal 317 217 20 0 37 134 23 50 126 54
Binary 11001111 10001111 10000 0 11111 1011100 10011 101000 1010110 101100

Color Harmonies of #CF8F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F10

Black with #CF8F10

Text Example


Text Example

White with #CF8F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F10; }

 p { color: rgb(207,143,16); }

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

background-color css

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

 a { background-color: rgb(207,143,16); }

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

border-color css

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

 span { border-color: rgb(207,143,16); }

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