Html Css Color HEX #F5D00D Tangerine Yellow

📋 copy color: '#F5D00D'

red 245 ◦ green 208 ◦ blue 13

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

Shades of Tangerine Yellow #F5D00D

Tints of Tangerine Yellow #F5D00D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.64%

 BLUE value IS 13 (5.47% from 255) = 2.79%

R = 52.58%
G = 44.64%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5D00D (or 0xF5D00D) is known color: Tangerine Yellow. HEX triplet: F5, D0 and 0D. RGB value is (245,208,13). Sum of RGB (Red+Green+Blue) = 245+208+13=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D00D is #0A2FF2. Grayscale: #C5C5C5. Windows color (decimal): -667635 or 905461. OLE color: 905461.

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

Color convert

RGB 245 208 13 -
CMYK 0 0.15 0.95 0.04
HSL 50.43º 0.92% 0.51% -
HSV(B) 50.43º 0.95% 0.96% -
XYZ 60.28 64.55 9.66 -
YUV 196.83 24.26 162.36 -
System Red Green Blue C M Y K H S L
Decimal 245 208 13 0 0.15 0.95 0.04 50.43 0.92 0.51
Hex F5 D0 D 0 F 5F 4 32 5C 33
Octal 365 320 15 0 17 137 4 62 134 63
Binary 11110101 11010000 1101 0 1111 1011111 100 110010 1011100 110011

Color Harmonies of #F5D00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D00D

Black with #F5D00D

Text Example


Text Example

White with #F5D00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D00D; }

 p { color: rgb(245,208,13); }

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

background-color css

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

 a { background-color: rgb(245,208,13); }

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

border-color css

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

 span { border-color: rgb(245,208,13); }

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