Html Css Color HEX #FAD00D Tangerine Yellow

📋 copy color: '#FAD00D'

red 250 ◦ green 208 ◦ blue 13

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

Shades of Tangerine Yellow #FAD00D

Tints of Tangerine Yellow #FAD00D

RGB

 RED value IS 250 (98.05% from 255) = 53.08%

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

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

R = 53.08%
G = 44.16%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAD00D (or 0xFAD00D) is known color: Tangerine Yellow. HEX triplet: FA, D0 and 0D. RGB value is (250,208,13). Sum of RGB (Red+Green+Blue) = 250+208+13=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD00D is #052FF2. Grayscale: #C7C7C7. Windows color (decimal): -339955 or 905466. OLE color: 905466.

HSL color Cylindrical-coordinate representation of color #FAD00D: hue angle of 49.37º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAD00D is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 208 13 -
CMYK 0 0.17 0.95 0.02
HSL 49.37º 0.96% 0.52% -
HSV(B) 49.37º 0.95% 0.98% -
XYZ 62.05 65.46 9.75 -
YUV 198.33 23.41 164.86 -
System Red Green Blue C M Y K H S L
Decimal 250 208 13 0 0.17 0.95 0.02 49.37 0.96 0.52
Hex FA D0 D 0 11 5F 2 31 60 34
Octal 372 320 15 0 21 137 2 61 140 64
Binary 11111010 11010000 1101 0 10001 1011111 10 110001 1100000 110100

Color Harmonies of #FAD00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD00D

Black with #FAD00D

Text Example


Text Example

White with #FAD00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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