Html Css Color HEX #CF900A Gamboge

📋 copy color: '#CF900A'

red 207 ◦ green 144 ◦ blue 10

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

Shades of Gamboge #CF900A

Tints of Gamboge #CF900A

RGB

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

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

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

R = 57.34%
G = 39.89%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF900A (or 0xCF900A) is known color: Gamboge. HEX triplet: CF, 90 and 0A. RGB value is (207,144,10). Sum of RGB (Red+Green+Blue) = 207+144+10=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF900A is #306FF5. Grayscale: #949494. Windows color (decimal): -3174390 or 692431. OLE color: 692431.

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

Color convert

RGB 207 144 10 -
CMYK 0 0.30 0.95 0.19
HSL 40.81º 0.91% 0.43% -
HSV(B) 40.81º 0.95% 0.81% -
XYZ 35.76 33.23 4.82 -
YUV 147.56 50.37 170.4 -
System Red Green Blue C M Y K H S L
Decimal 207 144 10 0 0.30 0.95 0.19 40.81 0.91 0.43
Hex CF 90 A 0 1E 5F 13 29 5B 2B
Octal 317 220 12 0 36 137 23 51 133 53
Binary 11001111 10010000 1010 0 11110 1011111 10011 101001 1011011 101011

Color Harmonies of #CF900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF900A

Black with #CF900A

Text Example


Text Example

White with #CF900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF900A; }

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

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

background-color css

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

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

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

border-color css

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

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

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