Html Css Color HEX #CF9F01 Gamboge

📋 copy color: '#CF9F01'

red 207 ◦ green 159 ◦ blue 1

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

Shades of Gamboge #CF9F01

Tints of Gamboge #CF9F01

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.32%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 56.4%
G = 43.32%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF9F01 (or 0xCF9F01) is known color: Gamboge. HEX triplet: CF, 9F and 01. RGB value is (207,159,1). Sum of RGB (Red+Green+Blue) = 207+159+1=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9F01 is #3060FE. Grayscale: #9C9C9C. Windows color (decimal): -3170559 or 106447. OLE color: 106447.

HSL color Cylindrical-coordinate representation of color #CF9F01: hue angle of 46.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF9F01 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 159 1 -
CMYK 0 0.23 1.00 0.19
HSL 46.02º 0.99% 0.41% -
HSV(B) 46.02º 1% 0.81% -
XYZ 38.14 38.06 5.37 -
YUV 155.34 40.9 164.85 -
System Red Green Blue C M Y K H S L
Decimal 207 159 1 0 0.23 1.00 0.19 46.02 0.99 0.41
Hex CF 9F 1 0 17 64 13 2E 63 29
Octal 317 237 1 0 27 144 23 56 143 51
Binary 11001111 10011111 1 0 10111 1100100 10011 101110 1100011 101001

Color Harmonies of #CF9F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9F01

Black with #CF9F01

Text Example


Text Example

White with #CF9F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9F01; }

 p { color: rgb(207,159,1); }

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

background-color css

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

 a { background-color: rgb(207,159,1); }

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

border-color css

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

 span { border-color: rgb(207,159,1); }

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