Html Css Color HEX #FFC906 Tangerine Yellow

📋 copy color: '#FFC906'

red 255 ◦ green 201 ◦ blue 6

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

Shades of Tangerine Yellow #FFC906

Tints of Tangerine Yellow #FFC906

RGB

 RED value IS 255 (100% from 255) = 55.19%

 GREEN value IS 201 (78.91% from 255) = 43.51%

 BLUE value IS 6 (2.73% from 255) = 1.3%

R = 55.19%
G = 43.51%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFC906 (or 0xFFC906) is known color: Tangerine Yellow. HEX triplet: FF, C9 and 06. RGB value is (255,201,6). Sum of RGB (Red+Green+Blue) = 255+201+6=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 6 (2.73% from 255 or 1.30% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC906 is #0036F9. Grayscale: #C3C3C3. Windows color (decimal): -14074 or 444927. OLE color: 444927.

HSL color Cylindrical-coordinate representation of color #FFC906: hue angle of 46.99º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFC906 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 201 6 -
CMYK 0 0.21 0.98 0
HSL 46.99º 1% 0.51% -
HSV(B) 46.99º 0.98% 1% -
XYZ 62.16 63.05 9.07 -
YUV 194.92 21.39 170.86 -
System Red Green Blue C M Y K H S L
Decimal 255 201 6 0 0.21 0.98 0 46.99 1 0.51
Hex FF C9 6 0 15 62 0 2F 64 33
Octal 377 311 6 0 25 142 0 57 144 63
Binary 11111111 11001001 110 0 10101 1100010 0 101111 1100100 110011

Color Harmonies of #FFC906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC906

Black with #FFC906

Text Example


Text Example

White with #FFC906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC906; }

 p { color: rgb(255,201,6); }

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

background-color css

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

 a { background-color: rgb(255,201,6); }

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

border-color css

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

 span { border-color: rgb(255,201,6); }

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