Html Css Color HEX #F2D00D Tangerine Yellow

📋 copy color: '#F2D00D'

red 242 ◦ green 208 ◦ blue 13

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

Shades of Tangerine Yellow #F2D00D

Tints of Tangerine Yellow #F2D00D

RGB

 RED value IS 242 (94.92% from 255) = 52.27%

 GREEN value IS 208 (81.64% from 255) = 44.92%

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

R = 52.27%
G = 44.92%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2D00D (or 0xF2D00D) is known color: Tangerine Yellow. HEX triplet: F2, D0 and 0D. RGB value is (242,208,13). Sum of RGB (Red+Green+Blue) = 242+208+13=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D00D is #0D2FF2. Grayscale: #C4C4C4. Windows color (decimal): -864243 or 905458. OLE color: 905458.

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

Color convert

RGB 242 208 13 -
CMYK 0 0.14 0.95 0.05
HSL 51.09º 0.9% 0.5% -
HSV(B) 51.09º 0.95% 0.95% -
XYZ 59.25 64.02 9.61 -
YUV 195.94 24.76 160.86 -
System Red Green Blue C M Y K H S L
Decimal 242 208 13 0 0.14 0.95 0.05 51.09 0.9 0.5
Hex F2 D0 D 0 E 5F 5 33 5A 32
Octal 362 320 15 0 16 137 5 63 132 62
Binary 11110010 11010000 1101 0 1110 1011111 101 110011 1011010 110010

Color Harmonies of #F2D00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D00D

Black with #F2D00D

Text Example


Text Example

White with #F2D00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D00D; }

 p { color: rgb(242,208,13); }

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

background-color css

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

 a { background-color: rgb(242,208,13); }

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

border-color css

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

 span { border-color: rgb(242,208,13); }

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