Html Css Color HEX #CF8F0A Gamboge

📋 copy color: '#CF8F0A'

red 207 ◦ green 143 ◦ blue 10

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

Shades of Gamboge #CF8F0A

Tints of Gamboge #CF8F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.78%

R = 57.5%
G = 39.72%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF8F0A (or 0xCF8F0A) is known color: Gamboge. HEX triplet: CF, 8F and 0A. RGB value is (207,143,10). Sum of RGB (Red+Green+Blue) = 207+143+10=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8F0A is #3070F5. Grayscale: #939393. Windows color (decimal): -3174646 or 692175. OLE color: 692175.

HSL color Cylindrical-coordinate representation of color #CF8F0A: hue angle of 40.51º degrees, saturation: 0.91, 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 #CF8F0A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 143 10 -
CMYK 0 0.31 0.95 0.19
HSL 40.51º 0.91% 0.43% -
HSV(B) 40.51º 0.95% 0.81% -
XYZ 35.61 32.93 4.77 -
YUV 146.97 50.7 170.81 -
System Red Green Blue C M Y K H S L
Decimal 207 143 10 0 0.31 0.95 0.19 40.51 0.91 0.43
Hex CF 8F A 0 1F 5F 13 29 5B 2B
Octal 317 217 12 0 37 137 23 51 133 53
Binary 11001111 10001111 1010 0 11111 1011111 10011 101001 1011011 101011

Color Harmonies of #CF8F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F0A

Black with #CF8F0A

Text Example


Text Example

White with #CF8F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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