Html Css Color HEX #F6CB0D Tangerine Yellow

📋 copy color: '#F6CB0D'

red 246 ◦ green 203 ◦ blue 13

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

Shades of Tangerine Yellow #F6CB0D

Tints of Tangerine Yellow #F6CB0D

RGB

 RED value IS 246 (96.48% from 255) = 53.25%

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

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

R = 53.25%
G = 43.94%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6CB0D (or 0xF6CB0D) is known color: Tangerine Yellow. HEX triplet: F6, CB and 0D. RGB value is (246,203,13). Sum of RGB (Red+Green+Blue) = 246+203+13=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 13 (5.47% from 255 or 2.81% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CB0D is #0934F2. Grayscale: #C3C3C3. Windows color (decimal): -603379 or 904182. OLE color: 904182.

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

Color convert

RGB 246 203 13 -
CMYK 0 0.17 0.95 0.04
HSL 48.93º 0.93% 0.51% -
HSV(B) 48.93º 0.95% 0.96% -
XYZ 59.43 62.33 9.28 -
YUV 194.2 25.75 164.95 -
System Red Green Blue C M Y K H S L
Decimal 246 203 13 0 0.17 0.95 0.04 48.93 0.93 0.51
Hex F6 CB D 0 11 5F 4 31 5D 33
Octal 366 313 15 0 21 137 4 61 135 63
Binary 11110110 11001011 1101 0 10001 1011111 100 110001 1011101 110011

Color Harmonies of #F6CB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CB0D

Black with #F6CB0D

Text Example


Text Example

White with #F6CB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CB0D; }

 p { color: rgb(246,203,13); }

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

background-color css

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

 a { background-color: rgb(246,203,13); }

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

border-color css

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

 span { border-color: rgb(246,203,13); }

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