Html Css Color HEX #CF920A Gamboge

📋 copy color: '#CF920A'

red 207 ◦ green 146 ◦ blue 10

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

Shades of Gamboge #CF920A

Tints of Gamboge #CF920A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.22%

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

R = 57.02%
G = 40.22%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF920A (or 0xCF920A) is known color: Gamboge. HEX triplet: CF, 92 and 0A. RGB value is (207,146,10). Sum of RGB (Red+Green+Blue) = 207+146+10=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF920A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF920A is #306DF5. Grayscale: #959595. Windows color (decimal): -3173878 or 692943. OLE color: 692943.

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

Color convert

RGB 207 146 10 -
CMYK 0 0.29 0.95 0.19
HSL 41.42º 0.91% 0.43% -
HSV(B) 41.42º 0.95% 0.81% -
XYZ 36.07 33.85 4.92 -
YUV 148.74 49.71 169.56 -
System Red Green Blue C M Y K H S L
Decimal 207 146 10 0 0.29 0.95 0.19 41.42 0.91 0.43
Hex CF 92 A 0 1D 5F 13 29 5B 2B
Octal 317 222 12 0 35 137 23 51 133 53
Binary 11001111 10010010 1010 0 11101 1011111 10011 101001 1011011 101011

Color Harmonies of #CF920A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF920A

Black with #CF920A

Text Example


Text Example

White with #CF920A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF920A; }

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

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

background-color css

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

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

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

border-color css

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

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

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