Html Css Color HEX #F5CB0F Tangerine Yellow

📋 copy color: '#F5CB0F'

red 245 ◦ green 203 ◦ blue 15

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

Shades of Tangerine Yellow #F5CB0F

Tints of Tangerine Yellow #F5CB0F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.84%

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

R = 52.92%
G = 43.84%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5CB0F (or 0xF5CB0F) is known color: Tangerine Yellow. HEX triplet: F5, CB and 0F. RGB value is (245,203,15). Sum of RGB (Red+Green+Blue) = 245+203+15=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CB0F is #0A34F0. Grayscale: #C2C2C2. Windows color (decimal): -668913 or 1035253. OLE color: 1035253.

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

Color convert

RGB 245 203 15 -
CMYK 0 0.17 0.94 0.04
HSL 49.04º 0.92% 0.51% -
HSV(B) 49.04º 0.94% 0.96% -
XYZ 59.1 62.16 9.33 -
YUV 194.13 26.91 164.29 -
System Red Green Blue C M Y K H S L
Decimal 245 203 15 0 0.17 0.94 0.04 49.04 0.92 0.51
Hex F5 CB F 0 11 5E 4 31 5C 33
Octal 365 313 17 0 21 136 4 61 134 63
Binary 11110101 11001011 1111 0 10001 1011110 100 110001 1011100 110011

Color Harmonies of #F5CB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CB0F

Black with #F5CB0F

Text Example


Text Example

White with #F5CB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CB0F; }

 p { color: rgb(245,203,15); }

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

background-color css

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

 a { background-color: rgb(245,203,15); }

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

border-color css

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

 span { border-color: rgb(245,203,15); }

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