Html Css Color HEX #FACD13 Turbo

📋 copy color: '#FACD13'

red 250 ◦ green 205 ◦ blue 19

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

Shades of Turbo #FACD13

Tints of Turbo #FACD13

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.25%

 BLUE value IS 19 (7.81% from 255) = 4.01%

R = 52.74%
G = 43.25%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FACD13 (or 0xFACD13) is known color: Turbo. HEX triplet: FA, CD and 13. RGB value is (250,205,19). Sum of RGB (Red+Green+Blue) = 250+205+19=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 19 (7.81% from 255 or 4.01% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACD13 is #0532EC. Grayscale: #C6C6C6. Windows color (decimal): -340717 or 1297914. OLE color: 1297914.

HSL color Cylindrical-coordinate representation of color #FACD13: hue angle of 48.31º 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 #FACD13 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 205 19 -
CMYK 0 0.18 0.92 0.02
HSL 48.31º 0.96% 0.53% -
HSV(B) 48.31º 0.92% 0.98% -
XYZ 61.37 64.03 9.74 -
YUV 197.25 27.41 165.62 -
System Red Green Blue C M Y K H S L
Decimal 250 205 19 0 0.18 0.92 0.02 48.31 0.96 0.53
Hex FA CD 13 0 12 5C 2 30 60 35
Octal 372 315 23 0 22 134 2 60 140 65
Binary 11111010 11001101 10011 0 10010 1011100 10 110000 1100000 110101

Color Harmonies of #FACD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD13

Black with #FACD13

Text Example


Text Example

White with #FACD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD13; }

 p { color: rgb(250,205,19); }

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

background-color css

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

 a { background-color: rgb(250,205,19); }

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

border-color css

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

 span { border-color: rgb(250,205,19); }

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