Html Css Color HEX #FACB15 Turbo

📋 copy color: '#FACB15'

red 250 ◦ green 203 ◦ blue 21

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

Shades of Turbo #FACB15

Tints of Turbo #FACB15

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.83%

 BLUE value IS 21 (8.59% from 255) = 4.43%

R = 52.74%
G = 42.83%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FACB15 (or 0xFACB15) is known color: Turbo. HEX triplet: FA, CB and 15. RGB value is (250,203,21). Sum of RGB (Red+Green+Blue) = 250+203+21=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 21 (8.59% from 255 or 4.43% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACB15 is #0534EA. Grayscale: #C5C5C5. Windows color (decimal): -341227 or 1428474. OLE color: 1428474.

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

Color convert

RGB 250 203 21 -
CMYK 0 0.19 0.92 0.02
HSL 47.69º 0.96% 0.53% -
HSV(B) 47.69º 0.92% 0.98% -
XYZ 60.92 63.09 9.68 -
YUV 196.31 29.07 166.3 -
System Red Green Blue C M Y K H S L
Decimal 250 203 21 0 0.19 0.92 0.02 47.69 0.96 0.53
Hex FA CB 15 0 13 5C 2 30 60 35
Octal 372 313 25 0 23 134 2 60 140 65
Binary 11111010 11001011 10101 0 10011 1011100 10 110000 1100000 110101

Color Harmonies of #FACB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB15

Black with #FACB15

Text Example


Text Example

White with #FACB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB15; }

 p { color: rgb(250,203,21); }

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

background-color css

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

 a { background-color: rgb(250,203,21); }

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

border-color css

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

 span { border-color: rgb(250,203,21); }

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