Html Css Color HEX #F0CD0D Tangerine Yellow

📋 copy color: '#F0CD0D'

red 240 ◦ green 205 ◦ blue 13

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

Shades of Tangerine Yellow #F0CD0D

Tints of Tangerine Yellow #F0CD0D

RGB

 RED value IS 240 (94.14% from 255) = 52.4%

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

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

R = 52.4%
G = 44.76%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0CD0D (or 0xF0CD0D) is known color: Tangerine Yellow. HEX triplet: F0, CD and 0D. RGB value is (240,205,13). Sum of RGB (Red+Green+Blue) = 240+205+13=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CD0D is #0F32F2. Grayscale: #C2C2C2. Windows color (decimal): -996083 or 904688. OLE color: 904688.

HSL color Cylindrical-coordinate representation of color #F0CD0D: hue angle of 50.75º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0CD0D is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 205 13 -
CMYK 0 0.15 0.95 0.06
HSL 50.75º 0.9% 0.5% -
HSV(B) 50.75º 0.95% 0.94% -
XYZ 57.84 62.22 9.34 -
YUV 193.58 26.1 161.11 -
System Red Green Blue C M Y K H S L
Decimal 240 205 13 0 0.15 0.95 0.06 50.75 0.9 0.5
Hex F0 CD D 0 F 5F 6 33 5A 32
Octal 360 315 15 0 17 137 6 63 132 62
Binary 11110000 11001101 1101 0 1111 1011111 110 110011 1011010 110010

Color Harmonies of #F0CD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CD0D

Black with #F0CD0D

Text Example


Text Example

White with #F0CD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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