Html Css Color HEX #F5C90A Tangerine Yellow

📋 copy color: '#F5C90A'

red 245 ◦ green 201 ◦ blue 10

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

Shades of Tangerine Yellow #F5C90A

Tints of Tangerine Yellow #F5C90A

RGB

 RED value IS 245 (96.09% from 255) = 53.73%

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

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

R = 53.73%
G = 44.08%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5C90A (or 0xF5C90A) is known color: Tangerine Yellow. HEX triplet: F5, C9 and 0A. RGB value is (245,201,10). Sum of RGB (Red+Green+Blue) = 245+201+10=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C90A is #0A36F5. Grayscale: #C1C1C1. Windows color (decimal): -669430 or 707061. OLE color: 707061.

HSL color Cylindrical-coordinate representation of color #F5C90A: hue angle of 48.77º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5C90A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 201 10 -
CMYK 0 0.18 0.96 0.04
HSL 48.77º 0.92% 0.5% -
HSV(B) 48.77º 0.96% 0.96% -
XYZ 58.6 61.21 9.01 -
YUV 192.38 25.08 165.53 -
System Red Green Blue C M Y K H S L
Decimal 245 201 10 0 0.18 0.96 0.04 48.77 0.92 0.5
Hex F5 C9 A 0 12 60 4 31 5C 32
Octal 365 311 12 0 22 140 4 61 134 62
Binary 11110101 11001001 1010 0 10010 1100000 100 110001 1011100 110010

Color Harmonies of #F5C90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C90A

Black with #F5C90A

Text Example


Text Example

White with #F5C90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C90A; }

 p { color: rgb(245,201,10); }

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

background-color css

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

 a { background-color: rgb(245,201,10); }

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

border-color css

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

 span { border-color: rgb(245,201,10); }

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