Html Css Color HEX #CF900F Gamboge

📋 copy color: '#CF900F'

red 207 ◦ green 144 ◦ blue 15

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

Shades of Gamboge #CF900F

Tints of Gamboge #CF900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.34%

 BLUE value IS 15 (6.25% from 255) = 4.1%

R = 56.56%
G = 39.34%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF900F (or 0xCF900F) is known color: Gamboge. HEX triplet: CF, 90 and 0F. RGB value is (207,144,15). Sum of RGB (Red+Green+Blue) = 207+144+15=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF900F is #306FF0. Grayscale: #949494. Windows color (decimal): -3174385 or 1020111. OLE color: 1020111.

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

Color convert

RGB 207 144 15 -
CMYK 0 0.30 0.93 0.19
HSL 40.31º 0.86% 0.44% -
HSV(B) 40.31º 0.93% 0.81% -
XYZ 35.79 33.25 4.98 -
YUV 148.13 52.87 169.99 -
System Red Green Blue C M Y K H S L
Decimal 207 144 15 0 0.30 0.93 0.19 40.31 0.86 0.44
Hex CF 90 F 0 1E 5D 13 28 56 2C
Octal 317 220 17 0 36 135 23 50 126 54
Binary 11001111 10010000 1111 0 11110 1011101 10011 101000 1010110 101100

Color Harmonies of #CF900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF900F

Black with #CF900F

Text Example


Text Example

White with #CF900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF900F; }

 p { color: rgb(207,144,15); }

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

background-color css

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

 a { background-color: rgb(207,144,15); }

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

border-color css

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

 span { border-color: rgb(207,144,15); }

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