Html Css Color HEX #FACF03 Tangerine Yellow

📋 copy color: '#FACF03'

red 250 ◦ green 207 ◦ blue 3

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

Shades of Tangerine Yellow #FACF03

Tints of Tangerine Yellow #FACF03

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45%

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 54.35%
G = 45%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FACF03 (or 0xFACF03) is known color: Tangerine Yellow. HEX triplet: FA, CF and 03. RGB value is (250,207,3). Sum of RGB (Red+Green+Blue) = 250+207+3=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACF03 is #0530FC. Grayscale: #C5C5C5. Windows color (decimal): -340221 or 249850. OLE color: 249850.

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

Color convert

RGB 250 207 3 -
CMYK 0 0.17 0.99 0.02
HSL 49.55º 0.98% 0.5% -
HSV(B) 49.55º 0.99% 0.98% -
XYZ 61.75 64.96 9.37 -
YUV 196.6 18.75 166.09 -
System Red Green Blue C M Y K H S L
Decimal 250 207 3 0 0.17 0.99 0.02 49.55 0.98 0.5
Hex FA CF 3 0 11 63 2 32 62 32
Octal 372 317 3 0 21 143 2 62 142 62
Binary 11111010 11001111 11 0 10001 1100011 10 110010 1100010 110010

Color Harmonies of #FACF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF03

Black with #FACF03

Text Example


Text Example

White with #FACF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF03; }

 p { color: rgb(250,207,3); }

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

background-color css

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

 a { background-color: rgb(250,207,3); }

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

border-color css

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

 span { border-color: rgb(250,207,3); }

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