Html Css Color HEX #FACF0B Tangerine Yellow

📋 copy color: '#FACF0B'

red 250 ◦ green 207 ◦ blue 11

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

Shades of Tangerine Yellow #FACF0B

Tints of Tangerine Yellow #FACF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.35%

R = 53.42%
G = 44.23%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FACF0B (or 0xFACF0B) is known color: Tangerine Yellow. HEX triplet: FA, CF and 0B. RGB value is (250,207,11). Sum of RGB (Red+Green+Blue) = 250+207+11=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 11 (4.69% from 255 or 2.35% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACF0B is #0530F4. Grayscale: #C6C6C6. Windows color (decimal): -340213 or 774138. OLE color: 774138.

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

Color convert

RGB 250 207 11 -
CMYK 0 0.17 0.96 0.02
HSL 49.21º 0.96% 0.51% -
HSV(B) 49.21º 0.96% 0.98% -
XYZ 61.8 64.97 9.6 -
YUV 197.51 22.75 165.44 -
System Red Green Blue C M Y K H S L
Decimal 250 207 11 0 0.17 0.96 0.02 49.21 0.96 0.51
Hex FA CF B 0 11 60 2 31 60 33
Octal 372 317 13 0 21 140 2 61 140 63
Binary 11111010 11001111 1011 0 10001 1100000 10 110001 1100000 110011

Color Harmonies of #FACF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF0B

Black with #FACF0B

Text Example


Text Example

White with #FACF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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