Html Css Color HEX #FFC812 Tangerine Yellow

📋 copy color: '#FFC812'

red 255 ◦ green 200 ◦ blue 18

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

Shades of Tangerine Yellow #FFC812

Tints of Tangerine Yellow #FFC812

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.28%

 BLUE value IS 18 (7.42% from 255) = 3.81%

R = 53.91%
G = 42.28%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFC812 (or 0xFFC812) is known color: Tangerine Yellow. HEX triplet: FF, C8 and 12. RGB value is (255,200,18). Sum of RGB (Red+Green+Blue) = 255+200+18=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 18 (7.42% from 255 or 3.81% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC812 is #0037ED. Grayscale: #C4C4C4. Windows color (decimal): -14318 or 1231103. OLE color: 1231103.

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

Color convert

RGB 255 200 18 -
CMYK 0 0.22 0.93 0
HSL 46.08º 1% 0.54% -
HSV(B) 46.08º 0.93% 1% -
XYZ 62 62.61 9.39 -
YUV 195.7 27.72 170.3 -
System Red Green Blue C M Y K H S L
Decimal 255 200 18 0 0.22 0.93 0 46.08 1 0.54
Hex FF C8 12 0 16 5D 0 2E 64 36
Octal 377 310 22 0 26 135 0 56 144 66
Binary 11111111 11001000 10010 0 10110 1011101 0 101110 1100100 110110

Color Harmonies of #FFC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC812

Black with #FFC812

Text Example


Text Example

White with #FFC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC812; }

 p { color: rgb(255,200,18); }

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

background-color css

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

 a { background-color: rgb(255,200,18); }

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

border-color css

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

 span { border-color: rgb(255,200,18); }

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