Html Css Color HEX #F5CF0D Tangerine Yellow

📋 copy color: '#F5CF0D'

red 245 ◦ green 207 ◦ blue 13

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

Shades of Tangerine Yellow #F5CF0D

Tints of Tangerine Yellow #F5CF0D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.52%

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

R = 52.69%
G = 44.52%
B = 2.8%

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

#F5CF0D (or 0xF5CF0D) is known color: Tangerine Yellow. HEX triplet: F5, CF and 0D. RGB value is (245,207,13). Sum of RGB (Red+Green+Blue) = 245+207+13=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CF0D is #0A30F2. Grayscale: #C5C5C5. Windows color (decimal): -667891 or 905205. OLE color: 905205.

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

Color convert

RGB 245 207 13 -
CMYK 0 0.16 0.95 0.04
HSL 50.17º 0.92% 0.51% -
HSV(B) 50.17º 0.95% 0.96% -
XYZ 60.04 64.07 9.58 -
YUV 196.25 24.59 162.77 -
System Red Green Blue C M Y K H S L
Decimal 245 207 13 0 0.16 0.95 0.04 50.17 0.92 0.51
Hex F5 CF D 0 10 5F 4 32 5C 33
Octal 365 317 15 0 20 137 4 62 134 63
Binary 11110101 11001111 1101 0 10000 1011111 100 110010 1011100 110011

Color Harmonies of #F5CF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CF0D

Black with #F5CF0D

Text Example


Text Example

White with #F5CF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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