Html Css Color HEX #F5CD0D Tangerine Yellow

📋 copy color: '#F5CD0D'

red 245 ◦ green 205 ◦ blue 13

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

Shades of Tangerine Yellow #F5CD0D

Tints of Tangerine Yellow #F5CD0D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.28%

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

R = 52.92%
G = 44.28%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5CD0D (or 0xF5CD0D) is known color: Tangerine Yellow. HEX triplet: F5, CD and 0D. RGB value is (245,205,13). Sum of RGB (Red+Green+Blue) = 245+205+13=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CD0D is #0A32F2. Grayscale: #C3C3C3. Windows color (decimal): -668403 or 904693. OLE color: 904693.

HSL color Cylindrical-coordinate representation of color #F5CD0D: hue angle of 49.66º 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 #F5CD0D is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 205 13 -
CMYK 0 0.16 0.95 0.04
HSL 49.66º 0.92% 0.51% -
HSV(B) 49.66º 0.95% 0.96% -
XYZ 59.56 63.1 9.42 -
YUV 195.07 25.25 163.61 -
System Red Green Blue C M Y K H S L
Decimal 245 205 13 0 0.16 0.95 0.04 49.66 0.92 0.51
Hex F5 CD D 0 10 5F 4 32 5C 33
Octal 365 315 15 0 20 137 4 62 134 63
Binary 11110101 11001101 1101 0 10000 1011111 100 110010 1011100 110011

Color Harmonies of #F5CD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CD0D

Black with #F5CD0D

Text Example


Text Example

White with #F5CD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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