Html Css Color HEX #FFC80F Tangerine Yellow

📋 copy color: '#FFC80F'

red 255 ◦ green 200 ◦ blue 15

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

Shades of Tangerine Yellow #FFC80F

Tints of Tangerine Yellow #FFC80F

RGB

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

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

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

R = 54.26%
G = 42.55%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFC80F (or 0xFFC80F) is known color: Tangerine Yellow. HEX triplet: FF, C8 and 0F. RGB value is (255,200,15). Sum of RGB (Red+Green+Blue) = 255+200+15=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 15 (6.25% from 255 or 3.19% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC80F is #0037F0. Grayscale: #C4C4C4. Windows color (decimal): -14321 or 1034495. OLE color: 1034495.

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

Color convert

RGB 255 200 15 -
CMYK 0 0.22 0.94 0
HSL 46.25º 1% 0.53% -
HSV(B) 46.25º 0.94% 1% -
XYZ 61.98 62.6 9.27 -
YUV 195.36 26.22 170.54 -
System Red Green Blue C M Y K H S L
Decimal 255 200 15 0 0.22 0.94 0 46.25 1 0.53
Hex FF C8 F 0 16 5E 0 2E 64 35
Octal 377 310 17 0 26 136 0 56 144 65
Binary 11111111 11001000 1111 0 10110 1011110 0 101110 1100100 110101

Color Harmonies of #FFC80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC80F

Black with #FFC80F

Text Example


Text Example

White with #FFC80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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